Skip to content

Releases: elixir-unicode/unicode_string

Unicode String version 1.2.1

02 Jun 11:18

Choose a tag to compare

Bug Fixes

  • Resolve segments dir at runtime, not compile time. Thanks to @crkent for the report. Closes #4.

Unicode String version 1.2.0

14 Mar 03:48

Choose a tag to compare

Enhancements

  • Adds Unicode.String.stream/2 to support streaming graphemes, words, sentences and line breaks.

Unicode String version 1.1.0

21 Sep 16:48

Choose a tag to compare

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

15 Sep 17:37

Choose a tag to compare

Bug Fixes

  • Woops, the priv/segments directory was not included in the build artifact

Unicode String version 1.0.0

13 Sep 23:24

Choose a tag to compare

Enhancements

Unicode String version 0.3.0

11 Oct 08:42

Choose a tag to compare

Bug Fixes

  • Correct deps and docs to align with Elixir 1.11 and recent releases of ex_unicode.

Unicode String version 0.2.0

12 Jul 12:19

Choose a tag to compare

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