Releases: Nixinova/pack-format
Releases · Nixinova/pack-format
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 pack-format@1.3.16
.
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
1.3.12
Release 1.3.12 of pack-format
.
Install using npm install -g pack-format@1.3.12
.
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 pack-format@1.3.9
.
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
1.3.8
Release 1.3.8 of pack-format
.
Install using npm install -g pack-format@1.3.8
.
Changelog
View changes: 1.3.7...1.3.8
- Fixed latest pack format being outdated.
- Updated resource and data pack formats to
16
.