Releases: arx-tools/arx-convert
Releases · arx-tools/arx-convert
v8.1.0
- added DoubleOf type
v8.0.0
- update package from
commonjs
toesm
v7.1.0
- fix Zones always setting the draw distance and background color flags
v7.0.1
Update dependencies
v7.0.0
Add support for FTL format
v6.3.0
Allow interactive objects to keep the file part of their names as sometimes the file in the parent folder is not the same (items/provisions/mushroom/food_mushroom.asl)
v6.0.0
- add
amb
file support
v5.0.0
- Rebrand the package as
arx-convert
- Export types in a centralised
d.ts
for easier access - Improve documentation both in readme and in jsdoc blocks
- Rename a few type properties for better readability
v4.6.2
This release adds various optimizations for the json format compared to 4.0.0. A lot of things were made optional or even removed to reduce the size of the generated json.
v4.0.0
- converted the whole package to typescript
- removed unused support for older formats
- added compatibility to existing game files
- dropped BSON support
- fixed a lot of issues and did a lot of cleanup