Skip to content

Latest commit

 

History

History
122 lines (69 loc) · 4.65 KB

CHANGELOG.md

File metadata and controls

122 lines (69 loc) · 4.65 KB

Change Log

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)

🚀 Features

  • add pascal() case conversion (2c3f4f4)

3.8.7 (2024-10-31)

♻️ Refactoring

3.8.0 (2024-07-19)

🚀 Features

3.7.34 (2024-06-21)

♻️ Refactoring

  • rename various rest args to be more semantically meaningful (8088a56)
  • enforce uniform naming convention of internal functions (56992b2)

3.7.31 (2024-04-20)

♻️ Refactoring

3.7.28 (2024-03-27)

♻️ Refactoring

3.7.27 (2024-03-22)

🩹 Bug fixes

  • fix unintentional, IDE-induced Unicode encoding issue (a54a69b)
    • use unicode Kelvin sign as \u212a to avoid/fix bug in encodeEntitiesNum()
      • potential culprits for this issue: VSCode or Prettier
    • add tests

3.7.25 (2024-03-18)

♻️ Refactoring

  • minor update slugify()/slugifyGH() regexps (03b77d1)

3.7.4 (2023-12-18)

🩹 Bug fixes

  • improve split() regexp handling (65fe14b)
    • ensure given regexp has global flag enabled

3.7.0 (2023-11-24)

🚀 Features

3.6.5 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

3.6.0 (2023-09-19)

🚀 Features

  • add escapeEntitiesNum() (f921491)

3.5.0 (2023-09-15)

🚀 Features

  • add more HTML entities (9fa5d91)
  • add support for numeric HTML entities (8d942ba)
    • add RE_ENTITIES_NUM
    • update unescapeEntities() to also support numeric entities
  • add unitless() formatter (d5025ce)

3.4.12 (2023-08-22)

🩹 Bug fixes

  • empty string check for capitalize() (f2dcee5)

3.4.0 (2023-02-27)

🚀 Features

🩹 Bug fixes

  • add emoji ranges for slugify/slugifyGH() (f5cb210)

3.3.3 (2022-04-07)

♻️ Refactoring

  • replace deprecated .substr() w/ .substring() (0710509)