Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 03 Jan 17:11
· 58 commits to main since this release
  • Include a second entry point, proj.js/capi with the old C API - this module is smaller and the setup is slightly faster
  • Migrate to the new hadron build system
  • Integrate SWIG JSE in the build and support regenerating the wrappers on all supported platforms
  • Test the integration of the published package in various environments - you can check the test/integration directory for working examples for using this package from Node.js, Webpack, React, Vite and etc...
  • New style WASM bundle with separate WASM binaries for Node.js and browsers - the goal is to avoid using Node.js-specific imports in the WASM loader that make using the module with a bundler much harder