Skip to content

Releases: skiptirengu/anitomyscript

v2.0.3

10 Oct 15:32
Compare
Choose a tag to compare
add types and update deps

Support 1.x

03 Jun 21:38
Compare
Choose a tag to compare

Updates to 1.x codebase

v2.0.2

22 May 03:11
Compare
Choose a tag to compare
Actually fix the browser build for real

v2.0.1

21 May 22:38
Compare
Choose a tag to compare

Fix browser build

v2.0.0: Rewrite to use WASM (#4)

21 May 22:18
67f81a6
Compare
Choose a tag to compare

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

14 Dec 18:44
f4997aa
Compare
Choose a tag to compare
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

21 Jun 17:47
ba9876b
Compare
Choose a tag to compare
Use pointers (#1)

* Use pointers whenever possible

* [skip ci] bump version

v1.0.0

17 Jun 17:42
Compare
Choose a tag to compare
Merge branch 'master' of github.com:skiptirengu/anitomyscript