Skip to content

Releases: ItalyPaleAle/SMNormalize

v2.0.0

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 31 Mar 01:25

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

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 12 Mar 01:14

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

v1.0.0

Choose a tag to compare

@ItalyPaleAle ItalyPaleAle released this 10 Nov 03:05

First public release