Decode named character references (for example, converting `amp` to `&`). It is an ES module package, intended as a workaround for webpack, and the author advises using `parse-entities` instead.
Project status
- Actively maintained, with new tagged updates through 2025 to 2026 (latest recorded push 2026-01-19, update 1.3.0).
- Apparent update cadence is moderate, about every 3 to 9 months based on the sequence 1.1.0 (2025-03-07), 1.2.0 (2025-06-14), and 1.3.0 (2026-01-19).
AI summary generated Today
Recent updates
1.3.0
4 months agoRelease 1.3.0 adds a new export entry for the Convex runtime, wiring it to the existing module entry point. The code diff also shows only non-functional TypeScript suppression comment removals and CI/tooling updates.
Features1.2.0
11 months agoRelease 1.2.0 adds support for Cloudflare Workers via a new `workerd` export condition. The shipped code changes are minimal, with the main functional difference being the addition of the `workerd` condition in `package.json` exports.
Features1.1.0
3/7/2025Release 1.1.0 primarily adds support for the edge-light runtime by extending the package export conditions. The code change itself is small (a local variable rename in the DOM implementation), while most of the diff is build, tooling, and packaging configuration updates.
Features1.0.2
6/2/2022Release 1.0.2 primarily addresses a configuration issue in package.json related to a duplicated key. The diff also includes README documentation updates that change the recommended CDN import URLs for Deno and browser usage.
1.0.1
11/30/2021Release 1.0.1 makes the package expose an additional entrypoint for Deno via the package exports map. The main documented change is adding deno to an exceptions list, but the diff also updates dev tooling configuration and a devDependency version.
Features1.0.0
11/22/2021Release 1.0.0 is published, but the provided release notes contain no change details beyond a link to the full commit history. Developers should review the referenced commits to determine any API or behavior changes.