Skip to content

0.3.3

Compare
Choose a tag to compare
@dktapps dktapps released this 06 Jul 14:16
· 9 commits to stable since this release
f4321be

Changes since 0.3.2

  • JsonNbtParser no longer throws InvalidArgumentException when attempting to create tags with out-of-bounds values (e.g. TAG_Byte with value larger than a byte) - NbtDataException is now thrown instead.
  • JsonNbtParser no longer throws TypeError when attempting to create TAG_List with mixed value types - NbtDataException is now thrown instead.