- Last updated: 2025-02-19T20:59:58Z
- Generator: thi.ng/monopub
All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.
Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.
3.9.0 (2025-01-04)
- add
pascal()
case conversion (2c3f4f4)
3.8.7 (2024-10-31)
- update memoizations (7c3ca44)
3.8.0 (2024-07-19)
- add namedNumber() (979ad33)
3.7.34 (2024-06-21)
- rename various rest args to be more semantically meaningful (8088a56)
- enforce uniform naming convention of internal functions (56992b2)
3.7.31 (2024-04-20)
- update type usage (4664361)
3.7.28 (2024-03-27)
- update memoizations (d7b188d)
3.7.27 (2024-03-22)
- fix unintentional, IDE-induced Unicode encoding issue (a54a69b)
- use unicode Kelvin sign as
\u212a
to avoid/fix bug inencodeEntitiesNum()
- potential culprits for this issue: VSCode or Prettier
- add tests
- use unicode Kelvin sign as
3.7.25 (2024-03-18)
- minor update slugify()/slugifyGH() regexps (03b77d1)
3.7.4 (2023-12-18)
- improve split() regexp handling (65fe14b)
- ensure given regexp has global flag enabled
3.7.0 (2023-11-24)
- add/migrate utf8 encode/decode/length fns (a8955f2)
- migrate & update from @thi.ng/transducers-binary
3.6.5 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
3.6.0 (2023-09-19)
- add escapeEntitiesNum() (f921491)
3.5.0 (2023-09-15)
- add more HTML entities (9fa5d91)
- add support for numeric HTML entities (8d942ba)
- add
RE_ENTITIES_NUM
- update unescapeEntities() to also support numeric entities
- add
- add unitless() formatter (d5025ce)
3.4.12 (2023-08-22)
- empty string check for capitalize() (f2dcee5)
3.4.0 (2023-02-27)
- add more HTML entities (d617132)
- add emoji ranges for slugify/slugifyGH() (f5cb210)
3.3.3 (2022-04-07)
- replace deprecated .substr() w/ .substring() (0710509)