Skip to content
This repository has been archived by the owner on May 6, 2019. It is now read-only.

Releases: PhilipBorgesen/minecraft

v1.1.2

28 Dec 08:44
4b5bbbd
Compare
Choose a tag to compare
  • Force-refreshed outdated Go Report badge in README.md by updating its image URL.

v1.1.1

28 Dec 08:38
Compare
Choose a tag to compare
  • Fixed typo in description of the versions.Load example.

v1.1.0

28 Dec 08:33
Compare
Choose a tag to compare
  • Integration tests are now only run if go test is executed with -tags=integration.
  • profiles.LoadAtTime, profiles.LoadMany and versions.Load are now covered by integration tests.
  • profiles.Profile.LoadNameHistory and profiles.Profile.LoadProperties now allocate less memory.
  • Updated README with installation and test execution instructions, known issues, and more.
  • Miscellaneous GoDoc improvements, incl. addition of more examples.

v1.0.1

06 Dec 04:52
0983147
Compare
Choose a tag to compare
  • Documentation examples now have their output verified by tests.
  • Minor documentation improvements.

v1.0.0 - Initial release

31 May 05:11
Compare
Choose a tag to compare
  • The APIs of the versions and profile packages are now considered stable.
    • See f993ef0 and 38b7200 for changes to each package since their original publication.
  • The project is no longer licensed under GPL, only MIT.
    • Dual licensing may be reintroduced in the future if requested.
  • In preparation for the future the project now uses semantic versioning to communicate changes.