Skip to content

Releases: beito123/nbt

v1.2.2

21 Apr 13:39
67c01ee
Compare
Choose a tag to compare

Add

  • Add NewXXXTag functions

v1.2.1

27 Mar 06:55
bf4b66d
Compare
Choose a tag to compare

I forgot that I need to write some codes for adding LongArrayTag.

Fix

  • Fixed LongArrayTag

v1.2.0

06 Mar 13:48
8fb461b
Compare
Choose a tag to compare

I didn't know LongArrayTag :P

Add

  • Added LongArrayTag(ID: 12)
  • Added DefaultCompressionLevel
  • Add FromBytes

Fix

  • Fixed samples

v1.1.1

04 Mar 15:20
8ed9960
Compare
Choose a tag to compare

Oops! I forgot closing after opening a file.

Fix

  • Fix file closing on FromFile

v1.1.0

04 Mar 14:36
009650e
Compare
Choose a tag to compare

Some changes and fix few bugs.

Those changes will change API together. (so I should change major version)
But Now this is developing, so please pardon me (it's a bother) :P

New

  • Support Zlib compression (API changed)
  • Support to change compression level (API changed)

Fix

  • Fix crash IntArray (a problem which didn't initialize a internal array)
  • Fix permission opening a file on FromFile

pre-v1.0.0

03 Mar 03:33
efd5b71
Compare
Choose a tag to compare
pre-v1.0.0 Pre-release
Pre-release
Update README.md