all-named-html-entities 2.1.13 → 2.1.14
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 +3 -3
- package/dist/all-named-html-entities.esm.js +2 -2
- package/dist/all-named-html-entities.umd.js +2 -2
- package/package.json +2 -2
- package/examples/_quickTake.js +0 -22
- package/examples/allNamedEntities.js +0 -14
- package/examples/entEndsWith.js +0 -14
- package/examples/entStartsWith.js +0 -28
- package/examples/entStartsWithCaseInsensitive.js +0 -18
package/CHANGELOG.md
CHANGED
|
@@ -17,7 +17,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
17
17
|
|
|
18
18
|
### BREAKING CHANGES
|
|
19
19
|
|
|
20
|
-
- programs now are in ES Modules and won't work with Common JS require()
|
|
20
|
+
- programs now are in ES Modules and won't work with Common JS `require()`
|
|
21
21
|
|
|
22
22
|
## 1.6.0 (2021-05-24)
|
|
23
23
|
|
|
@@ -35,7 +35,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
35
35
|
|
|
36
36
|
### Fixed
|
|
37
37
|
|
|
38
|
-
- add testStats to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
|
|
38
|
+
- add `testStats` to npmignore ([f3c84e9](https://github.com/codsen/codsen/commit/f3c84e95afc5514214312f913692d85b2e12eb29))
|
|
39
39
|
|
|
40
40
|
## 1.5.0 (2021-01-23)
|
|
41
41
|
|
|
@@ -45,7 +45,7 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline
|
|
|
45
45
|
|
|
46
46
|
## 1.4.0 (2020-11-28)
|
|
47
47
|
|
|
48
|
-
Accidental version bump during migration to
|
|
48
|
+
Accidental version bump during migration to SourceHut. Sorry about that.
|
|
49
49
|
|
|
50
50
|
## 1.3.0 (2020-05-06)
|
|
51
51
|
|