Releases: cityssm/unleet
Releases · cityssm/unleet
v2.4.0
Removed diacritics package, used for removing accent characters. A bit too aggressive with characters that aren't strictly accents.
Replaced with remove-accents.
Full Changelog: v2.3.2...v2.4.0
v2.3.2
To maintain Node 14 support, removed normailize-diacritics
and replaced with diacritics
.
Full Changelog: v2.3.1...v2.3.2
v2.3.1
Fixing a path finding issue.
v2.3.0
Highlights
- Many, many, many more letter mappings.
- Restructured letter mappings to hopefully make them easier to maintain.
- Bug fixes on strings containing spaces.
v2.2.0
Highlights
- Switching from
diacritic
to normalize-diacritics
.
- Dependency updates, including a security fix.
- Increased linting.
v2.1.0
Highlights
- Much faster processing strings containing multiple words.
- Utility functions moved to a separate file.
- Testing cleaned up.
v2.0.0
Updated to ESM.
- Dependencies updated.
- Coverage reporting switched from nyc to c8.
v1.0.2
- Better handling of null, undefined, and numeric values - #124
- Linking the tags in the readme.
v1.0.1
dependency updates, snyk scanning