all-named-html-entities 3.2.0 → 3.2.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,11 +3,22 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 3.2.1 (2026-09-06)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **all-named-html-entities:** generate and verify entity indexes ([64db7e7](https://github.com/codsen/codsen/commit/64db7e715a04c57af3ecbd884d4bdfdb79cbac5d))
11
+ - **all-named-html-entities:** generate canonical data from a pinned WHATWG snapshot ([799db7c](https://github.com/codsen/codsen/commit/799db7c0412fbe5e1e3326b59c6ad5bf29af6b91))
12
+
13
+ ### Performance Improvements
14
+
15
+ - optimise package hot paths and JSON editing ([f3112bd](https://github.com/codsen/codsen/commit/f3112bd7fc0d7c9bc09312d3744c950691d72ca5))
16
+
6
17
  ## 3.2.0 (2026-08-19)
7
18
 
8
19
  ### Bug Fixes
9
20
 
10
- - resolve review findings REV-004 through REV-007 ([b60e9ee](https://github.com/codsen/codsen/commit/b60e9eeb499af94685cfb87b4970fe025be1fc10))
21
+ - resolve various review findings ([b60e9ee](https://github.com/codsen/codsen/commit/b60e9eeb499af94685cfb87b4970fe025be1fc10))
11
22
  - retire direct publish aliases ([f98e31e](https://github.com/codsen/codsen/commit/f98e31eb89bc185471225664e610b55f34fbf648))
12
23
 
13
24
  ### Features
package/README.md CHANGED
@@ -21,6 +21,8 @@
21
21
  <img src="https://img.shields.io/badge/licence-MIT-brightgreen.svg?style=flat-square" alt="MIT Licence">
22
22
  </p>
23
23
 
24
+ **No dependencies whatsoever.** This package declares no dependencies or devDependencies.
25
+
24
26
  ## Install
25
27
 
26
28
  This package is [pure ESM](https://gist.github.com/sindresorhus/a39789f98801d908bbc7ff3ecc99d99c). If you're not ready yet, install an older version of this program, 1.6.0 (`npm i all-named-html-entities@1.6.0`).
@@ -42,7 +44,7 @@ assert.equal(allNamedEntities.AElig, "Æ");
42
44
 
43
45
  ## Documentation
44
46
 
45
- Please [visit codsen.com](https://codsen.com/os/all-named-html-entities/) for a full description of the API. If you’re looking for the **Changelog**, it’s [here](https://github.com/codsen/codsen/blob/main/packages/all-named-html-entities/CHANGELOG.md).
47
+ Please [visit codsen.com](https://codsen.com/os/all-named-html-entities/) for a full description of the API. For **Changelog**, see [raw md on GitHub](https://github.com/codsen/codsen/blob/main/packages/all-named-html-entities/CHANGELOG.md) or [the website](https://codsen.com/os/all-named-html-entities/changelog).
46
48
 
47
49
  ## Contributing
48
50