Releases: kleister/go-minecraft
Releases · kleister/go-minecraft
v1.0.0
v0.2.1
0.2.1 (2020-12-13)
The following sections list the changes for 0.2.1.
Summary
Details
-
Change #4: Use standard JSON parser instead of jsoniter
Intitially we implemented jsoniter as a JSON parser library, but in the end we decided that it's
better to stick with the standard library JSON parser. -
Enhancement #4: Switch to go modules instead of gopkg
As go modules have been the new standard we switched to it in favor of using gopkg.
v0.2.0
0.2.0 (2020-12-13)
The following sections list the changes for 0.2.0.
Summary
Details
-
Change #3: Integrate the sortable interface
To get a properly sorted list of Minecraft versions we implemented the sortable interface for a
slice of versions. -
Change #3: Integrate a version filter
To be able to filter out specific versions we added a filtering method to a slice of Minecraft
versions.