Skip to content

Releases: kleister/go-minecraft

v1.0.0

05 Jun 07:23
Compare
Choose a tag to compare

1.0.0 (2024-06-05)

Features

  • apply new repo structure and integrate automated releases (94673a1)
  • major: update actions/setup-go action to v4 (#29) (a07b367)

v0.2.1

12 Dec 23:12
v0.2.1
04209d4
Compare
Choose a tag to compare

0.2.1 (2020-12-13)

The following sections list the changes for 0.2.1.

Summary

  • Chg #4: Use standard JSON parser instead of jsoniter
  • Enh #4: Switch to go modules instead of gopkg

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.

    #4

  • 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.

    #4

v0.2.0

12 Dec 23:11
v0.2.0
Compare
Choose a tag to compare

0.2.0 (2020-12-13)

The following sections list the changes for 0.2.0.

Summary

  • Chg #3: Integrate the sortable interface
  • Chg #3: Integrate a version filter

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.

    #3

  • 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.

    #3

v0.1.0

12 Dec 23:11
v0.1.0
bedf63f
Compare
Choose a tag to compare

0.1.0 (2020-12-13)

The following sections list the changes for 0.1.0.

Summary

  • Chg #23: Initial release of basic version

Details

  • Change #23: Initial release of basic version

    Just prepared an initial basic version which could be released to the public.

    #23