Skip to content

Releases: AnrDaemon/minecraft-nbt

0.3 Big code cleanup

16 Feb 23:13
Compare
Choose a tag to compare
0.3 Big code cleanup Pre-release
Pre-release

Added type specifications where possible.

Get a working version!

02 Apr 13:06
Compare
Choose a tag to compare
Pre-release

Main news is a global rewrite of the internal class structure. In best traditions of 0.x releases.

Changes:

  • Added 19133 version support.
  • Turned abstract Tag into parsing root.
  • Implemented direct NBT serialization.
  • Implemented PHP serialization.
  • Declared NBT source provider interface. With single fread() method, yes.
  • Unified NbtTag::readFrom() return values.

0.1.1

02 Apr 18:10
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release
+ License.

0.1: + Fix autoloader.

02 Apr 18:10
Compare
Choose a tag to compare
Pre-release
+ Plug debug holes.
+ Refer to demos.