This repository has been archived by the owner on May 6, 2019. It is now read-only.
Releases: PhilipBorgesen/minecraft
Releases · PhilipBorgesen/minecraft
v1.1.2
v1.1.1
- Fixed typo in description of the
versions.Load
example.
v1.1.0
- Integration tests are now only run if
go test
is executed with-tags=integration
. profiles.LoadAtTime
,profiles.LoadMany
andversions.Load
are now covered by integration tests.profiles.Profile.LoadNameHistory
andprofiles.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
- Documentation examples now have their output verified by tests.
- Minor documentation improvements.
v1.0.0 - Initial release
- The APIs of the
versions
andprofile
packages are now considered stable. - 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.