Skip to content

Latest commit

 

History

History
61 lines (45 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

61 lines (45 loc) · 2.73 KB

Changelog

v2.0.4 (2021-11-25)

Fix

  • Allow integers to create and add with Path. Fix #146 (#148) (061e095)

v2.0.3 (2021-11-25)

Fix

  • Make sure the trailing End tag is written to files. Fix #153 (#154) (eda4d32)

v2.0.2 (2021-11-25)

Fix

v2.0.1 (2021-10-23)

Fix

  • Forgot to update README (2571611)

v2.0.0 (2021-10-23)

Feature

Breaking

  • The Root class is gone and so is the root attribute on files (e9180a2)

v1.12.1 (2021-08-30)

Fix

v1.12.0 (2021-02-18)

Feature

  • Make it possible to combine reading and writing/merging (9d5be17)

v1.11.1 (2021-02-08)

Fix

v1.11.0 (2020-12-24)

Feature

  • Make it possible to load snbt files (ebf1080)

Documentation

  • Document the -s option for reading snbt (1206e05)

v1.10.0 (2020-12-24)

Feature

Documentation

v1.9.0 (2020-12-24)

Feature

  • Add --path, --unpack and --json options (5e5efd9)

v1.8.3 (2020-12-23)

Fix