Skip to content

v6.0.0: fix(workflow): Fix git interactions

Latest
Compare
Choose a tag to compare
@fb55 fb55 released this 24 Jul 14:03
· 39 commits to main since this release

Features

  • Improved bundler tree shaking by adding pure annotations by @Gravitonic in #1501
  • BREAKING: Simplified deep import paths, to make entities work in old NodeJS versions by @fb55 in #1531
    • If you are using deep imports, you will have to update them. Instead of importing entities/dist/decode.js, import entities/decode. The same applies to escape.
  • Automated publishes by @fb55 in #1532
    • entities is now available on both npm and JSR
  • Enabled isolated declarations by @fb55 in #1522

Full Changelog: v5.0.0...v6.0.0