Skip to content

v0.5.2

Choose a tag to compare

@aminya aminya released this 24 Mar 01:00
· 134 commits to master since this release

What's Changed

  • 🎉 feat: build cmake-ts using Vite by @aminya in #33
    Now cmake-ts is built using vite, which makes its dependency management independent of the runtime. Two bundles legacy and modern are provided that support Node 12 and Node 20 respectively.
    This allows you to build your package in older runtimes and support older versions of Nodejs.

  • fix: revamp the downloading and extraction utils by @aminya in #34

  • fix: optimize bundle sizes by @aminya in #34

  • fix require usage in ESM bundles by @aminya in #35

  • fix: make bundle paths backwards compatible by @aminya in #36

  • fix: fix linting issues + explicit checks by @aminya in #37

  • test: add tests for building zeromq.js by @aminya in #35

Full Changelog: v0.4.0...v0.5.0
Full Changelog: v0.5.0...v0.5.1
Full Changelog: v0.5.1...v0.5.2