Skip to content

Releases: Nixinova/pack-format

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 pack-format@1.1.0.

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.

1.0.6

09 Feb 07:32
Compare
Choose a tag to compare

Release 1.0.6 of pack-format.

Install using npm install -g pack-format@1.0.6.

Changelog

  • Fixed pack format ranges being exclusive.

1.0.5

09 Feb 07:20
Compare
Choose a tag to compare

Release 1.0.5 of pack-format.

Install using npm install -g pack-format@1.0.5.

Changelog

  • Added flag aliases h and v for --help and --version respectively.
  • Fixed a crash occurring when retrieving a pack format via the command-line.

1.0.4

09 Feb 06:46
Compare
Choose a tag to compare

Release 1.0.4 of pack-format.

Install using npm install -g pack-format@1.0.4.

Changelog

  • Fixed command-line usage not working.

1.0.3

09 Feb 06:12
Compare
Choose a tag to compare

Release 1.0.3 of pack-format.

Install using npm install -g pack-format@1.0.3.

Changelog

  • Added a help message, given by using pack-format without any arguments or by using flag --help/-h.
  • Refactored command-line code and tests.

1.0.2

23 Jan 03:26
Compare
Choose a tag to compare

Release 1.0.2 of pack-format.

Install using npm install -g pack-format@1.0.2.

Changelog

  • Fixed the command-line tool overflowing into dependents.
  • Fixed a crash occurring when using pack-format --version.

1.0.1

23 Jan 03:05
Compare
Choose a tag to compare

Release 1.0.1 of pack-format.

Install using npm install -g pack-format@1.0.1.

Changelog

  • Fixed command-line usage not working.
  • Fixed a crash occurring when attempting to pass a raw number into the function.

1.0.0

23 Jan 02:36
Compare
Choose a tag to compare

Initial release with support for both full versions and snapshots.

Install using npm install -g pack-format@1.0.0.