UNIC v0.4.0 Release Notes

Release Date: 2017-06-23 // almost 7 years ago

    Create UnicodeVersion type and use in all components for UNICODE_VERSION, and allow conversion to/from Age character property.

    Split IDNA Mapping data into unic-idna-mapping and leave the process algorithms in unic-idna.

    ๐Ÿšš [ucd] Create common pattern for UCD character properties: For property called Prop, static function Prop::of(ch: char) to get value for a character, and ch.<prop>() using the helper trait called CharProp. Also, move all property value helpers into impl Prop as methods.

    [idna] Use standard binary_search_by().

    ๐Ÿ‘ Pass in bench_it feature to components supporting it. (Only unic-bidi at the moment.)