Skip to content

v7.0.0

Latest
Compare
Choose a tag to compare
@Birch-san Birch-san released this 29 Nov 00:33
· 4 commits to master since this release
c04514c

Closes #38
Closes #36
Closes #35

Exposed new Box2D functionality:

  • b2BodyDef#enabled attribute (resolves #38)
  • b2Body#ApplyLinearImpulseToCenter method (resolves #36)

Added LeakMitigator for freeing retained references from Emscripten's JS object caches.
See documentation.

Built with Emscripten 3.0.0.

  • upgrades musl libc from v1.1.15 to v1.2.2; bundle size may change.

Breaking changes:

  • Deleted (unreachable) type JSContactListenerWithoutSolveCallbacks (resolves #35); the performance problem it was designed to solve (eliminating WASM->JS calls) is not a problem nowadays. Prefer JSContactListener.