all-named-html-entities 3.1.3 → 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,33 @@
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.1.0 (2025-10-15)
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
+
17
+ ## 3.2.0 (2026-08-19)
18
+
19
+ ### Bug Fixes
20
+
21
+ - resolve various review findings ([b60e9ee](https://github.com/codsen/codsen/commit/b60e9eeb499af94685cfb87b4970fe025be1fc10))
22
+ - retire direct publish aliases ([f98e31e](https://github.com/codsen/codsen/commit/f98e31eb89bc185471225664e610b55f34fbf648))
7
23
 
8
24
  ### Features
9
25
 
10
- - if value to be added is a number, keep it as is, don't stringify ([ce3e1a5](https://github.com/codsen/codsen/commit/ce3e1a525998ca3c0abf0142affef95b14cd1990))
26
+ - add codsen-glob and migrate glob consumers ([5595a2b](https://github.com/codsen/codsen/commit/5595a2b267eaa6cb60072d037aef00b7a28edd42))
27
+ - refresh the tooling and generate with the latest dependencies ([781f802](https://github.com/codsen/codsen/commit/781f802911066a82a4533b0e5a3fcbd742d0dd83))
28
+
29
+ ### Reverts
30
+
31
+ - Revert "Merge pull request #128 from codsen/release/npm-32198404552-1" ([5baeeaa](https://github.com/codsen/codsen/commit/5baeeaaa677b86f1eaa6396cadf3aea32b06416e)), closes [#128](https://github.com/codsen/codsen/issues/128)
32
+ - Revert "Merge pull request #127 from codsen/release/npm-32194020886-1" ([5f1e94d](https://github.com/codsen/codsen/commit/5f1e94deef910ce735266b16aeee08a76de7a862)), closes [#127](https://github.com/codsen/codsen/issues/127)
11
33
 
12
34
  ## 3.0.0 (2022-12-01)
13
35
 
package/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright © 2010-2025 Roy Revelt and other contributors
3
+ Copyright © 2010-2026 Roy Revelt and other contributors
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining
6
6
  a copy of this software and associated documentation files (the
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`).
@@ -32,30 +34,17 @@ npm i all-named-html-entities
32
34
  ## Quick Take
33
35
 
34
36
  ```js
35
- import { strict as assert } from "assert";
36
-
37
- import {
38
- allNamedEntities,
39
- allNamedEntitiesSetOnly,
40
- allNamedEntitiesSetOnlyCaseInsensitive,
41
- entStartsWith,
42
- entEndsWith,
43
- entStartsWithCaseInsensitive,
44
- entEndsWithCaseInsensitive,
45
- brokenNamedEntities,
46
- decode,
47
- minLength,
48
- maxLength,
49
- uncertain,
50
- } from "all-named-html-entities";
51
-
52
- assert.equal(Object.keys(allNamedEntities).length, 2125);
53
- assert.equal(entStartsWith.A.E[0], "AElig");
37
+ import { strict as assert } from "node:assert";
38
+
39
+ import { allNamedEntities } from "all-named-html-entities";
40
+
41
+ assert.equal(allNamedEntities.AElig, "Æ");
54
42
  ```
55
43
 
44
+
56
45
  ## Documentation
57
46
 
58
- 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).
59
48
 
60
49
  ## Contributing
61
50
 
@@ -65,6 +54,6 @@ To report bugs or request features or assistance, [raise an issue](https://githu
65
54
 
66
55
  MIT License
67
56
 
68
- Copyright © 2010-2025 Roy Revelt and other contributors
57
+ Copyright © 2010-2026 Roy Revelt and other contributors
69
58
 
70
59
  <p align="center"><img src="https://codsen.com/images/png-codsen-ok.png" width="98" alt="ok" align="center"> <img src="https://codsen.com/images/png-codsen-1.png" width="148" alt="codsen" align="center"> <img src="https://codsen.com/images/png-codsen-star-small.png" width="32" alt="star" align="center"></p>