9 curated breaking changes across major versions of entities. Use this as a migration checklist before bumping dependencies.
BREAKING: Update engines to node >= 20.19.0
Update tsconfig: target es2022
BREAKING: Remove deprecated functions & polyfills
Use shared eslint config https://github.com/fb55/entities/pull/2157 **Full Changelog**: https://github.com/fb55/entities/compare/v7.0.1...v8.0.0
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/npm/entitiesIf 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 https://github.com/fb55/entities/pull/1532
`entities` is now available on both npm and JSR
Enabled isolated declarations by @fb55 in https://github.com/fb55/entities/pull/1522 **Full Changelog**: https://github.com/fb55/entities/compare/v5.0.0...v6.0.0
⚠️ **BREAKING:** The `lib` directory was renamed to `dist` in #1497. Deep imports will have to be updated. **Full Changelog**: https://github.com/fb55/entities/compare/v4.5.0...v5.0.0