Releases: ItalyPaleAle/SMNormalize
Releases · ItalyPaleAle/SMNormalize
Release list
v2.0.0
The main change in this version is that strings are normalized using NFKC form, which uses the compatibility normalization table. While no APIs have changed, this is a major release because strings normalized using version 1.x of the library might look different with version 2.x.
New features:
- Switching Unicode normalization to NKFC form, which uses the compatibility table
Other improvements:
- Enabling Continuous Integration for this repository with Azure Pipelines
v1.1.0
New features:
- Updated data to Unicode 12.0.0
Improvements:
- Switched test suite to use nyc and a more recent version of mocha
- Updated dependencies