All notable changes to this library will be documented here.
- Fixed bug with encoding and decoding
null
tags.
- Fixed a few bugs with SNBT parsing and serialization.
- Added support for stringified NBT tags.
- Added support for
Int8Array
s in encode function. - Switched to using node's buffer bigint methods with temporary shim until node 12 reaches active LTS stage.
- Fixed bug with dataview in array conversion.
- Added basic tests for encoding and decoding.
- First major release since the API is mostly stable.
- Allow
null
as tag value in encode function.
- Added support for int arrays and long arrays.
- Initial release