Packages

Unicode locale-aware case folding, case mapping (upcase, downcase and titlecase) case-insensitive equality as well as word, line, grapheme and sentence breaking and streaming.

Current section

Files

Jump to
unicode_string CHANGELOG.md
Raw

CHANGELOG.md

# Changelog for Unicode String v0.3.0
This is the changelog for Unicode String v0.3.0 released on October 11th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)
### Bug Fixes
* Correct deps and docs to align with Elixir 1.11 and recent releases of `ex_unicode`.
# Changelog for Unicode String v0.2.0
This is the changelog for Unicode String v0.2.0 released on July 12th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)
### Enhancements
This release implements the Unicode break rules for graphemes, words, lines and sentences.
* Adds `Unicode.String.split/2`
* Adds `Unicode.String.break?/2`
* Adds `Unicode.String.break/2`
* Adds `Unicode.String.splitter/2`
* Adds `Unicode.String.next/2`
# Changelog for Unicode String v0.1.0
This is the changelog for Unicode String v0.1.0 released on May 17th, 2020. For older changelogs please consult the release tag on [GitHub](https://github.com/elixir-unicode/unicode_string/tags)
### Enhancements
* Initial release