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
, importentities/decode
. The same applies toescape
.
- If you are using deep imports, you will have to update them. Instead of importing
- 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