UNIC v0.9.0 Release Notes
Release Date: 2019-03-03 // about 6 years ago-
โ Add
unic-ucd-name_aliases
: Unicode Name Alias character properties.
๐ Changed
unic-cli
: Fallback to Name Alias for characters without Name value.
๐ Fixed
ucd-ident
: Use correct data table forPatternWhitespace
property. [GH-254]
Misc
๐ Use external git submodules for source data.
Migrate to Rust 2018 Edition.
Previous changes from v0.8.0
-
โ Added
unic-ucd-block
: List of all Unicode Blocks and the property assigning a block to each character.unic-ucd-hangul
: Unicode Hangul Syllable detection and Composition/Decomposition algorithms.
๐ Changed
unic-ucd-name
: Complete implementation for Unicode Name Property, with addition of Hangul and CJK Han names, as defined by The Unicode Standard.
Misc
๐ This is the last release of the project before migration to Rust 2018 Edition.
Special thanks for Yan Li (@eyeplum) for implementing most of the features in this release.