Skip to content

Releases: Nixinova/pack-format

1.2.8

03 Oct 05:00
Compare
Choose a tag to compare

Release 1.2.8 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Changed CLI arguments --help and --version to override other arguments.
  • Fixed CLI argument --version not returning the current version.
  • Fixed command-line usage not working.

1.2.7

03 Oct 04:51
Compare
Choose a tag to compare

Release 1.2.7 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Fixed snapshots appearing malformed when using getVersions().
  • Fixed incorrect maximum snapshot data being listed when using getVersions().
  • Updated resource pack format to 8.

1.2.6

23 Sep 08:21
Compare
Choose a tag to compare

Release 1.2.6 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Fixed getVersions() returning invalid snapshots.
  • Fixed 1.18 resource pack version being 8 instead of 7.

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.