Skip to content

Releases: Nixinova/pack-format

1.2.5

16 Sep 04:26
Compare
Choose a tag to compare

Release 1.2.5 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Fixed CLI usage not working.

1.2.4

16 Sep 04:17
Compare
Choose a tag to compare

Release 1.2.4 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Updated LATEST pack formats to 8.
  • Changed CLI argument parsing to no longer require a fixed argument order.

1.2.3

16 Sep 03:56
Compare
Choose a tag to compare

Release 1.2.3 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Updated to support 1.18 snapshots.

1.2.2

22 Jul 23:11
Compare
Choose a tag to compare

Release 1.2.2 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Added support for Combat Test snapshots.
  • Updated to support 1.18 experimental snapshots.

1.2.1

05 Apr 22:00
Compare
Choose a tag to compare

Release 1.2.1 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Added constant LATEST which returns the latest pack_format for both resource and data pack formats.
  • Added type definitions to package.
  • Fixed the automatically-generated current snapshot not working for single-digit weeks.
  • Fixed getVersions() sometimes returning invalid maximum versions.
  • Fixed getVersions() crashing when given a future pack version.

1.2.0

05 Mar 21:12
Compare
Choose a tag to compare

Release 1.2 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Added function getVersions(pack_format: number, type?: string): object to retrieve a list of versions that have the specified pack_format.
  • Added CLI implementation of getVersions, pack-format --list [--data|--version] <pack_format>.
  • Fixed data pack format always returning undefined.

1.1.3

04 Mar 03:15
Compare
Choose a tag to compare

Release 1.1.3 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Changed output to return undefined for future snapshots.
  • Fixed data versions before 4 being returned when they should be undefined.
  • Refactored code into TypeScript.

1.1.2

28 Feb 02:15
Compare
Choose a tag to compare

Release 1.1.2 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Changed coercing of version input to be more lenient.
  • Fixed major releases returning the pack format of their last minor release.

1.1.1

12 Feb 20:28
Compare
Choose a tag to compare

Release 1.1.1 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Fixed command-line usage not parsing pre-release and release candidate versions.

1.1.0

12 Feb 20:18
Compare
Choose a tag to compare

Release 1.1.0 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Added argument type to Node usage; valid values are 'data' and 'resource' for retrieving the respective pack format for certain versions.
  • Added command-line flags --data (alias -d/d) and --resource (alias -r/r) to implement the above type usage.
  • Removed speculative hardcoded end of the current pack format.