Skip to content

Releases: aternosorg/php-nbt

v1.6.0

29 Nov 17:51
4639486
Compare
Choose a tag to compare
added support for decoding Java's weird modified UTF-8 encoding

v1.5.0

10 May 13:12
859f4a6
Compare
Choose a tag to compare

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

04 May 16:10
65eabcf
Compare
Choose a tag to compare
automatically set empty name for main tag when writing

v1.4.1

04 Mar 13:30
Compare
Choose a tag to compare
always reset raw value when tag value is set, initialize tag values

v1.4.0

28 Feb 15:49
5cfc1a4
Compare
Choose a tag to compare
added Tag->equals to compare NBT tags

v1.3.0

25 Nov 11:42
Compare
Choose a tag to compare

Added setter and type safe getter functions to CompoundTag

v1.2.0

27 Oct 09:55
Compare
Choose a tag to compare
improve code style, support PHP 8

v1.1.1

01 Oct 11:35
Compare
Choose a tag to compare
Merge branch 'master' of github.com:aternosorg/php-nbt

v1.1.0

16 Sep 14:04
Compare
Choose a tag to compare
better error handling for invalid NBT data, added ext-json to compose…

v1.0.8

10 Sep 15:32
Compare
Choose a tag to compare
don't accept lists/arrays longer than 0x7fffffff