UNIC v0.9.0 Release Notes
Release Date: 2019-03-03 // over 4 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.