Skip to content

Releases: arx-tools/arx-convert

v10.3.2

24 Dec 21:40
Compare
Choose a tag to compare
  • improve support for Buffer.buffer

Full Changelog: v10.3.1...v10.3.2

v10.3.1

24 Dec 20:38
Compare
Choose a tag to compare
  • fix npm audit issue

Full Changelog: v10.3.0...v10.3.1

v10.3.0

24 Dec 19:43
Compare
Choose a tag to compare
  • replace Uint8Array parameters with ArrayBuffer

Full Changelog: v10.2.1...v10.3.0

v10.2.1

22 Dec 19:43
Compare
Choose a tag to compare
  • 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

19 Dec 21:24
Compare
Choose a tag to compare
  • 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

13 Sep 21:51
Compare
Choose a tag to compare

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 inside dist

Full Changelog: v10.0.1...v10.1.1

v10.0.1

03 Aug 18:39
Compare
Choose a tag to compare

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

11 Jun 10:47
Compare
Choose a tag to compare
  • simplified license (GPL3 -> MIT)

Full Changelog: v9.0.0...v9.0.1

v9.0.0

25 May 17:45
Compare
Choose a tag to compare
  • added support for uncompressed FTS files (Arx Libertatis 1.3+)

Full Changelog: v8.2.0...v9.0.0

v8.2.0

22 May 15:32
Compare
Choose a tag to compare
  • added isQuad() and isTiled() utils functions

Full Changelog: v8.1.0...v8.2.0