Releases: Nixinova/pack-format
1.2.8
Release 1.2.8 of pack-format.
Install using npm install -g [email protected]
.
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 [email protected]
.
Changelog
- Fixed snapshots appearing malformed when using
getVersions()
. - Fixed incorrect maximum snapshot data being listed when using
getVersions()
. - Updated resource pack format to
8
.
1.2.6
Release 1.2.6 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Fixed
getVersions()
returning invalid snapshots. - Fixed 1.18 resource pack version being
8
instead of7
.
1.2.5
Release 1.2.5 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Fixed CLI usage not working.
1.2.4
Release 1.2.4 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Updated
LATEST
pack formats to8
. - Changed CLI argument parsing to no longer require a fixed argument order.
1.2.3
Release 1.2.3 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Updated to support 1.18 snapshots.
1.2.2
Release 1.2.2 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Added support for Combat Test snapshots.
- Updated to support 1.18 experimental snapshots.
1.2.1
Release 1.2.1 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Added constant
LATEST
which returns the latestpack_format
for both resource and data pack formats. - Added type definitions to package.
- Fixed the automatically-generated current snapshot not working for single-digit weeks.
- Fixed
getVersions()
sometimes returning invalid maximum versions. - Fixed
getVersions()
crashing when given a future pack version.
1.2.0
Release 1.2 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Added function
getVersions(pack_format: number, type?: string): object
to retrieve a list of versions that have the specified pack_format. - Added CLI implementation of
getVersions
,pack-format --list [--data|--version] <pack_format>
. - Fixed data pack format always returning
undefined
.
1.1.3
Release 1.1.3 of pack-format.
Install using npm install -g [email protected]
.
Changelog
- Changed output to return
undefined
for future snapshots. - Fixed data versions before
4
being returned when they should beundefined
. - Refactored code into TypeScript.