unorm_dart 0.3.1+1
unorm_dart: ^0.3.1+1 copied to clipboard
Unicode 16.0 Normalization - NFC, NFD, NFKC, NFKD. This is a Dart port of [walling/unorm](https://github.com/walling/unorm).
0.3.1+1 #
- Update supported Unicode version to 16
- Unicode 16 support is actually released in 0.3.1, this release aligns the description.
0.3.0 #
- Update to Dart v3 (#17).
- Use StringBuffer to make _normalize faster (#12). Thanks espresso3389!
0.2.0 #
- Migrated to null safty(issue #10). Thanks espresso3389 and Cat-sushi!
0.1.1 #
- Update dependencies
0.1.0 #
- Initial version