Packages

DEPRECATED. Package replaced by `ex_unicode`, please use that package. Functions to introspect the Unicode character database and to provide fast codepoint lookups and guards.

Current section

Files

Jump to
ex_cldr_unicode CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Cldr Unicode v0.3.0
This is the changelog for Cldr v0.3.0 released on March 28th, 2019. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr/tags)
### Enhancements
* Updated to Unicode version 12
# Changelog for Cldr Unicode v0.2.0
This is the changelog for Cldr v0.2.0 released on February 24th, 2019. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr/tags)
### Enhancements
* Moves the public API to the `Cldr.Unicode` module.
* Updates and adds documentation to all public functions.
* Removes the text annotations from the compiled functions which materially reduces the size of the beam files.
# Changelog for Cldr Unicode v0.1.0
This is the changelog for Cldr v0.1.0 released on February 23rd, 2019. For older changelogs please consult the release tag on [GitHub](https://github.com/kipcole9/cldr/tags)
### Enhancements
* Initial release