This repository has been archived by the owner on Oct 4, 2023. It is now read-only.
Releases: Mitsunee/modern-diacritics
Releases · Mitsunee/modern-diacritics
2.3.1 - fix typescript imports
v2.3.0
v2.2.1
2.2.0
- Normalize dashes to ASCII hyphen-minus #4
- Upgraded dependencies
- migrated CI to nano-staged and uvu
- added engines field (should support node.js 14, 16 and 17. node.js 12 was never supported and failed testing. This should not be a breaking change)
2.2.1
- Fixed missing dev dependency rollup
v2.1.0
v2.0.0
- Added dual-publishing
- New API:
- sanitize => latinize:
- diacritic option removed
- new trim option (off by default!)
- new separate function
removeDiacritics
for simple removal of diacritics (with lowerCase option, off by default) - new separate function
normalizeSymbols
for handling only symbols (with trim option, on by default)
- sanitize => latinize:
- added corepack config and updated publish configs