Skip to content

Releases: HTMonkeyG/ParseNBT.js

v3.1.0

08 Nov 08:33
Compare
Choose a tag to compare

Added NBT.assign() method.
Removed option.allowTypedArray, now the writer allows TypedArray anytime.

v3.0.5

07 Nov 17:56
Compare
Choose a tag to compare

Bug fix and removed option.allowBigInt
Now NBT.Writer always allows BigInt

v3.0.4

06 Nov 17:25
Compare
Choose a tag to compare

Bug fix and optimize

v3.0.3

06 Nov 05:04
Compare
Choose a tag to compare

Bug fixed:

  • Throws an error when calling NBT.writer() with noCheck is true
  • NBT.PROXIED_NBT is undefined

v3.0.2

05 Nov 17:59
Compare
Choose a tag to compare

Bug fix

v3.0.1

05 Nov 17:15
Compare
Choose a tag to compare

Bug fix
Optimized performance in writing large NBTs

v3.0.0

05 Nov 13:16
Compare
Choose a tag to compare

Supported proxied NBT object

v2.3.0

01 Nov 18:18
Compare
Choose a tag to compare

Supported deep equal of NBT objects

v2.2.2

01 Nov 05:33
Compare
Choose a tag to compare

Bug fix