Releases: elixir-unicode/unicode_string
Releases · elixir-unicode/unicode_string
Unicode String version 1.2.1
Unicode String version 1.2.0
Enhancements
- Adds
Unicode.String.stream/2to support streaming graphemes, words, sentences and line breaks.
Unicode String version 1.1.0
Enhancements
- Updates the segmentation supplemental data (including locales) for CLDR. This adds the "sv" and "fi" locale data for sentence break suppressions.
Unicode String version 1.0.1
Bug Fixes
- Woops, the priv/segments directory was not included in the build artifact
Unicode String version 1.0.0
Enhancements
- Update to use Unicode 14 release data.
Unicode String version 0.3.0
Bug Fixes
- Correct deps and docs to align with Elixir 1.11 and recent releases of
ex_unicode.
Unicode String version 0.2.0
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