Releases: arx-tools/arx-header-size
Releases · arx-tools/arx-header-size
v3.2.0
- replace ArrayBuffer with ArrayBufferLike for node Buffer compatibility
- expose constants
Full Changelog: v3.1.1...v3.2.0
v3.1.1
- fixed incorrect data displayed for total uncompressed bytes in verbose cli mode
Full Changelog: v3.1.0...v3.1.1
v3.1.0
- added support for uncompressed FTS data #1
Full Changelog: v3.0.0...v3.1.0
v3.0.0
- changed code from commonjs syntax to es modules
- replaced nodejs only Buffer with isomorphic ArrayBuffer for the main codebase
Full Changelog: v2.3.1...v3.0.0
v2.3.1
- simplified license (GPL3 -> MIT)
Full Changelog: v2.3.0...v2.3.1
v2.3.0
- added
cin
file format support
v2.2.0
Added type declarations