Releases: Nixinova/pack-format
Releases · Nixinova/pack-format
1.1.0
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
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
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
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
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
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
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
Initial release with support for both full versions and snapshots.
Install using npm install -g pack-format@1.0.0
.