Releases: arx-tools/arx-convert
Releases · arx-tools/arx-convert
v10.3.2
- improve support for Buffer.buffer
Full Changelog: v10.3.1...v10.3.2
v10.3.1
- fix npm audit issue
Full Changelog: v10.3.0...v10.3.1
v10.3.0
- replace Uint8Array parameters with ArrayBuffer
Full Changelog: v10.2.1...v10.3.0
v10.2.1
- replace last piece of node dependant code in the repo with in-house solution for browser compatibility
Full Changelog: v10.2.0...v10.2.1
v10.2.0
- updated documentation on the polygon vertex coords that need to be rounded up when calculating room data
- replaced all node-only Buffer instances with the isomorph Uint8Array
- made all the files except the ones in the bin folder non-dependant of node.js
- annoted array types with names for each value turning them into named tuples
- optimized constants for esbuild tree-shaking (probably works with other bundlers too)
Full Changelog: v10.1.1...v10.2.0
v10.1.1
new features:
- cli: improved error messages
- cli: made the code throw an error when unknown arguments are present
fixes:
- cli: fixed
--version
not being able to read the version from package.json
other:
- lint: migrated latest xo config from
arx-level-generator
for consistency - typescript: removed superfluous
src
folder insidedist
Full Changelog: v10.0.1...v10.1.1
v10.0.1
Forced consistent styling to every part of the code and hopefully making it more readable
Full Changelog: v9.0.1...v10.0.1
v9.0.1
- simplified license (GPL3 -> MIT)
Full Changelog: v9.0.0...v9.0.1
v9.0.0
- added support for uncompressed FTS files (Arx Libertatis 1.3+)
Full Changelog: v8.2.0...v9.0.0
v8.2.0
- added
isQuad()
andisTiled()
utils functions
Full Changelog: v8.1.0...v8.2.0