Releases: Nixinova/pack-format
1.3.7
Release 1.3.7 of pack-format
.
Install using npm install -g pack-format@1.3.7
.
Changelog
View changes: 1.3.6...1.3.7
- Updated pack format data to 1.20.
1.3.6
Release 1.3.6 of pack-format
.
Install using npm install -g pack-format@1.3.6
.
Changelog
View changes: 1.3.5...1.3.6
- Updated data pack format to
14
. - Updated resource pack format to
15
.
1.3.5
Release 1.3.5 of pack-format
.
Install using npm install -g pack-format@1.3.5
.
Changelog
View changes: 1.3.4...1.3.5
- Updated data pack format to
13
. - Updated resource pack format to
14
.
1.3.4
Release 1.3.4 of pack-format.
Install using npm install -g pack-format@1.3.4
.
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
Release 1.3.3 of pack-format.
Install using npm install -g pack-format@1.3.3
.
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
Release 1.3.2 of pack-format.
Install using npm install -g pack-format@1.3.2
.
Changelog
- 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
Release 1.3.1 of pack-format.
Install using npm install -g pack-format@1.3.1
.
Changelog
- 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
Release 1.3.0 of pack-format.
Install using npm install -g pack-format@1.3.0
.
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.
1.2.8
Release 1.2.8 of pack-format.
Install using npm install -g pack-format@1.2.8
.
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
Release 1.2.7 of pack-format.
Install using npm install -g pack-format@1.2.7
.
Changelog
- Fixed snapshots appearing malformed when using
getVersions()
. - Fixed incorrect maximum snapshot data being listed when using
getVersions()
. - Updated resource pack format to
8
.