Back to Explore

wooorm/decode-named-character-reference

GitHub
1 watchersOpen source

Last release: 4 months ago

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

AI-generated from public sources. May be inaccurate. Report

Recent updates

  • 1.3.0

    4 months ago

    Release 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.

    Features
  • 1.2.0

    11 months ago

    Release 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.

    Features
  • 1.1.0

    3/7/2025

    Release 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.

    Features
  • 1.0.2

    6/2/2022

    Release 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/2021

    Release 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.

    Features
  • 1.0.0

    11/22/2021

    Release 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.