View Source Changelog
unicode-string-v1-2-0
Unicode String v1.2.0
This is the changelog for Unicode String v1.2.0 released on March 14th, 2023. For older changelogs please consult the release tag on GitHub
enhancements
Enhancements
- Adds
Unicode.String.stream/2
to support streaming graphemes, words, sentences and line breaks.
unicode-string-v1-1-0
Unicode String v1.1.0
This is the changelog for Unicode String v1.1.0 released on September 21st, 2022. For older changelogs please consult the release tag on GitHub
enhancements-1
Enhancements
- Updates the segmentation supplemental data (including locales) for CLDR. This adds the "sv" and "fi" locale data for sentence break suppressions.
unicode-string-v1-0-1
Unicode String v1.0.1
This is the changelog for Unicode String v1.0.1 released on September 15th, 2021. For older changelogs please consult the release tag on GitHub
bug-fixes
Bug Fixes
- Woops, the priv/segments directory was not included in the build artifact
unicode-string-v1-0-0
Unicode String v1.0.0
This is the changelog for Unicode String v1.0.0 released on September 14th, 2021. For older changelogs please consult the release tag on GitHub
enhancements-2
Enhancements
- Update to use Unicode 14 release data.
unicode-string-v0-3-0
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
bug-fixes-1
Bug Fixes
- Correct deps and docs to align with Elixir 1.11 and recent releases of
ex_unicode
.
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
enhancements-3
Enhancements
This release implements the Unicode break rules for graphemes, words, lines (word-wrapping) and sentences.
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
enhancements-4
Enhancements
- Initial release