Skip to content

Releases: Nixinova/Minecraft-Versions

0.4.3

15 Apr 09:33
Compare
Choose a tag to compare

Version 0.4.3 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits: 0.4.2...0.4.3

  • [Data] Fixed old Pocket Edition Alpha versions.

0.4.2

11 Mar 04:40
Compare
Choose a tag to compare

Version 0.4.2 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits: 0.4.1...0.4.2

  • [CLI] Fixed a crash occurring when the edition or phase part was spelled incorrectly (#3).

0.4.1

26 Jun 04:24
Compare
Choose a tag to compare

Version 0.4.1 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits: 0.4.0...0.4.1

  • [CLI] Added a proper help menu.
  • [API] Fixed type definitions (#1)

0.4.0

04 Feb 21:54
Compare
Choose a tag to compare

Version 0.4.0 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [Data] Added Bedrock development versions.

0.3.1

07 Sep 07:08
Compare
Choose a tag to compare

Version 0.3.1 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [CLI] Fixed command-line usage not working.

0.3.0

04 Jul 08:14
Compare
Choose a tag to compare

Version 0.3.0 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [Data] Added Bedrock Release and Alpha full versions.

0.2.1

10 Jun 08:18
Compare
Choose a tag to compare

Version 0.2.1 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [Data] Added Combat Test versions.
  • [Data] Changed parent version strings to consistently refer to the version ID.
  • [Data] Fixed a few incorrect versions.

0.2.0

10 Jun 07:45
Compare
Choose a tag to compare

Version 0.2.0 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [CLI] Added help message.
  • [CLI] Added [<param>] argument to display stored data from a given version such as type or date.
  • [CLI] Added --full argument to display the full list of versions when only an edition or phase is given, which is now hidden by default.
  • [Data] Added Java Classic, Indev, Infdev, Alpha and Beta versions.
  • [CLI] Fixed version index 0 not being parsed.

0.1.3

10 Jun 05:34
Compare
Choose a tag to compare

Version 0.1.3 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [CLI] Fixed input case sensitivity.

0.1.2

06 Jun 03:07
Compare
Choose a tag to compare

Version 0.1.2 of Minecraft-Versions.

Download on npm using npm install -g [email protected].

Changelog

View commits

  • [API] Fixed import and export not being specified correctly.