Releases: Nixinova/pack-format
Releases · Nixinova/pack-format
1.4.1
Version 1.4.1 of pack-format.
Install with npm i -g [email protected]
.
Changes
- Changed future minor releases to have undefined pack formats instead of having earlier releases' formats fall through.
- Updated resource pack format to
49
. - Updated data pack format to
64
.
1.4
Version 1.4 of pack-format updates to 1.21.3 / 24w44a and also makes several other changes.
Changes
- Added
release
andsnapshot
to exported objectLATEST
which denotes the latest known released versions. - Changed output of
getVersions
to returnnull
instead of''
when a version is not present. - Changed output of
getVersions
to replace '.x
' with the actual game version. - Changed CLI output of
--list
to present the versions in prose instead of JSON. - Changed CLI output to display a basic message when no arguments are given.
- Changed CLI help message.
- Updated resource pack format to
43
. - Updated data pack format to
58
.
1.3.16
Release 1.3.16 of pack-format
.
Now as of 1.21.1 / 24w34a.
Install using npm install -g [email protected]
.
Changelog
- Updated resource pack format to
36
. - Updated data pack format to
50
. - Fixed special case checking not being applied to full version names leading to no result for certain versions.
1.3.15
1.3.14
1.3.13
Release 1.3.13 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
- Changed the CLI result to say 'not present' instead of 'not known' for versions that do not use a pack format.
- Updated resource pack format to
28
. - Updated data pack format to
35
.
1.3.12
Release 1.3.12 of pack-format
.
Install using npm install -g [email protected]
.
Changelog
- Changed the CLI result to say 'not known' instead of 'undefined' for versions without associated pack formats.
- Fixed the result of
--latest
not always returning the very latest version. - Updated resource pack format to
24
. - Updated data pack format to
26
.
1.3.11
1.3.10
1.3.9
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
.