Skip to content

Releases: peunsu/ftb-snbt-lib

Release v0.4.0

10 Jun 07:54
78dadba
Compare
Choose a tag to compare

What's Changed

  • Add support for writing SNBT with comma separators. Ignore comments in SNBT. by @peunsu in #22

Full Changelog: v0.3.1...v0.4.0

Release v0.3.1

13 May 10:21
6657472
Compare
Choose a tag to compare

What's Changed

  • Fix exception raised when parsing empty Array tags. by @peunsu in #20

Full Changelog: v0.3.0...v0.3.1

Release v0.3.0

12 May 09:43
ed97f31
Compare
Choose a tag to compare

What's Changed

  • Changed some tokens and precedence rules to avoid conflicts of the parser. by @peunsu in #19

Full Changelog: v0.2.3...v0.3.0

Release v0.2.3

04 May 16:51
57c244b
Compare
Choose a tag to compare

What's Changed

  • Support for scientific notation in Float and Double tokens. Update documentation and docstrings. by @peunsu in #18

Full Changelog: v0.2.2...v0.2.3

Release v0.2.2

07 Apr 05:22
b34682e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.1...v0.2.2

Release v0.2.1

05 Apr 14:18
c2bee2c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.2.0...v0.2.1

Release v0.2.0

05 Apr 14:09
6ad7866
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.3...v0.2.0

Release v0.1.3

03 Apr 05:11
28e2144
Compare
Choose a tag to compare

What's Changed

  • Added "Short" data type with suffix 's' for short integers. by @peunsu in #11
  • Updated version to 0.1.3. by @peunsu in #12

Full Changelog: v0.1.2...v0.1.3

Release v0.1.2

31 Mar 09:54
240b94e
Compare
Choose a tag to compare

What's Changed

  • Added compatibility to CRLF line endings and changed the indentation logic when writing the List and Compound tags. by @peunsu in #10

Full Changelog: v0.1.1...v0.1.2

Release v0.1.1

06 Mar 06:37
2c8aa42
Compare
Choose a tag to compare

What's Changed

  • Update version to avoid PyPI version conflict. by @peunsu in #9

Full Changelog: v0.1.0...v0.1.1

Installation

The package can be installed with pip.

$ pip install ftb-snbt-lib==0.1.1