Skip to content

v3.0.0

Compare
Choose a tag to compare
@juliushaertl juliushaertl released this 11 Aug 06:22
f099514

Changed

  • Require Node 16 with NPM 7 or NPM 8
  • Add ESM support
    • Improve native usage support
    • Improve bundle size
  • Fix rollup build
  • Remove babel
    • Typescript already is able to generate code that is in compliance with es5
  • Remove package.json from generated code.
    • Use @rollup/plugin-replace to handle this.
  • Fix invalid typescript typings export
  • Remove unnecessary files from npm package

Full Changelog: v2.1.1...v3.0.0