UNIC v0.9.0 Release Notes

Release Date: 2019-03-03 // about 5 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 for PatternWhitespace 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.