Releases: aternosorg/php-nbt
Releases · aternosorg/php-nbt
v1.6.0
added support for decoding Java's weird modified UTF-8 encoding
v1.5.0
Allow reading specific parts of an NBT structure as raw data to prevent excessive memory usage from large numbers of small child tags
v1.4.2
automatically set empty name for main tag when writing
v1.4.1
always reset raw value when tag value is set, initialize tag values
v1.4.0
added Tag->equals to compare NBT tags
v1.3.0
Added setter and type safe getter functions to CompoundTag
v1.2.0
improve code style, support PHP 8
v1.1.1
Merge branch 'master' of github.com:aternosorg/php-nbt
v1.1.0
better error handling for invalid NBT data, added ext-json to compose…
v1.0.8
don't accept lists/arrays longer than 0x7fffffff