Releases: skiptirengu/anitomyscript
Releases · skiptirengu/anitomyscript
v2.0.3
Support 1.x
Updates to 1.x codebase
v2.0.2
Actually fix the browser build for real
v2.0.1
Fix browser build
v2.0.0: Rewrite to use WASM (#4)
Anitomyscript now uses WASM instead of asm.js.
Breaking changes:
- API now is completely async in order to support WASM
- Remove access to native objects and expose only the parse function
Fix memory leaks
Fix memory leaks (#3) * Fix package.json vulnerabilities * Manually delete C++ object handles (#2) https://kripken.github.io/emscripten-site/docs/porting/connecting_cpp_and_javascript/embind.html#memory-management * Prepare new release - Bump version - Generate new browser bundles
v1.0.1
Use pointers (#1) * Use pointers whenever possible * [skip ci] bump version
v1.0.0
Merge branch 'master' of github.com:skiptirengu/anitomyscript