Skip to content

Releases: Amulet-Team/Amulet-NBT

2.0.0a4

10 Jul 16:06
Compare
Choose a tag to compare
2.0.0a4 Pre-release
Pre-release

Full Changelog: 2.0.0a3...2.0.0a4

2.0.0a3

10 Jul 15:52
Compare
Choose a tag to compare
2.0.0a3 Pre-release
Pre-release

Full Changelog: 2.0.0a2...2.0.0a3

2.0.0a2

10 Jul 13:02
Compare
Choose a tag to compare
2.0.0a2 Pre-release
Pre-release

Full Changelog: 2.0.0a1...2.0.0a2

2.0.0a1

09 Jul 12:13
Compare
Choose a tag to compare
2.0.0a1 Pre-release
Pre-release

First release of the rebuilt NBT library.

Full Changelog: https://github.com/Amulet-Team/Amulet-NBT/commits/2.0.0a1

Quick String Tag Fix

21 Jun 08:55
5ed704f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.2.0...1.2.1

1.2.0

05 May 13:17
Compare
Choose a tag to compare

What's Changed

  • Removed closing of the readable object by @gentlegiantJGC in #28
  • Exposes the exception classes

Full Changelog: 1.1.1...1.2.0

1.1.1

27 Apr 15:14
Compare
Choose a tag to compare

Added hashing support #25
Added support for byte strings #26

Full Changelog: 1.1...1.1.1

Added hash support

27 Mar 09:39
Compare
Choose a tag to compare

Added hash support to the NBT classes so that they can be used as dictionary keys.

Cython Rewrite

24 Feb 11:48
Compare
Choose a tag to compare
Cython Rewrite Pre-release
Pre-release

This release removes the python version of the NBT library and massively rewrites the cython library.

This should be backwards compatible with the old version but some features are depreciated and renamed.
NBTFile has been depreciated and replaced with named versions of the tags. NamedCompound for example.
These behave like the old NBTFile but the value can only have one type. This was done because the type in the NBTFile was ambiguous.
The NBTFile used to have a value attribute. This has been renamed to tag in the named variants. value still exists but is depreciated.
The tags used to also have a value attribute. This has been renamed to py_data to be more clear. value still exists but is depreciated.

The new version should behave more like the python types. Some of the behaviour was missing in the old version.

1.0.4a0: Merge pull request #20 from Amulet-Team/improv-build

17 Oct 12:06
676e18c
Compare
Choose a tag to compare
Improved the build process