Skip to content

Releases: Nixinova/pack-format

1.3.9

10 Aug 08:37
Compare
Choose a tag to compare

Release 1.3.9 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Changed the CLI output to display both resource and data pack formats on separate lines when no type is specified.
  • Updated resource and data pack formats to 17.

Commits

View all

  • 5b34d06 Change output format of pack-format <ver>
  • 9104a2d Update pack format to 17
  • 631055d Change output format of --latest <ver>
  • 55abd80 Automatically generate latest formats
  • 79a18f9 1.3.9

1.3.8

06 Aug 03:49
Compare
Choose a tag to compare

Release 1.3.8 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes: 1.3.7...1.3.8

  • Fixed latest pack format being outdated.
  • Updated resource and data pack formats to 16.

1.3.7

10 Jun 12:05
Compare
Choose a tag to compare

Release 1.3.7 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes: 1.3.6...1.3.7

  • Updated pack format data to 1.20.

1.3.6

28 Apr 09:13
Compare
Choose a tag to compare

Release 1.3.6 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes: 1.3.5...1.3.6

  • Updated data pack format to 14.
  • Updated resource pack format to 15.

1.3.5

06 Apr 03:50
Compare
Choose a tag to compare

Release 1.3.5 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes: 1.3.4...1.3.5

  • Updated data pack format to 13.
  • Updated resource pack format to 14.

1.3.4

13 Nov 05:49
Compare
Choose a tag to compare

Release 1.3.4 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes: 1.3.3...1.3.4

  • Fixed --list CLI option not working.
  • Updated pack format data to 1.19.3.

1.3.3

13 Jun 00:01
Compare
Choose a tag to compare

Release 1.3.3 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes: 1.3.2...1.3.3

  • Added an error message when using --list without providing a pack format.
  • Changed CLI arguments to be parsed in a more intuitive order.
  • Updated pack format data to 1.19.
  • Updated data pack format to 10.

1.3.2

17 Mar 05:34
Compare
Choose a tag to compare

Release 1.3.2 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes

  • Changed --latest output to display both resource and data pack formats instead of just the highest one.
  • Changed --list output to have an explanatory header line.
  • Updated resource pack format to 9.
  • Updated data pack format to 10.

1.3.1

19 Feb 05:02
Compare
Choose a tag to compare

Release 1.3.1 of pack-format.

Install using npm install -g [email protected].

Changelog

View changes

  • Fixed a crash occurring when malformed snapshot versions are inputted.
  • Fixed snapshot versions not returning results when the final letter is missing.
  • Updated data pack format to 9.

1.3.0

04 Oct 20:39
Compare
Choose a tag to compare

Release 1.3.0 of pack-format.

Install using npm install -g [email protected].

Changelog

  • Added function getPackFormats(version: string): object to retrieve both the resource and data pack formats of a given version.
  • Changed the default CLI command to show both pack formats if the type is unspecified instead of defaulting to the resource pack format.