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