Skip to content

v2.0.0

Latest

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 31 Mar 01:25
· 6 commits to master since this release

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