Skip to content

Releases: alvinlindstam/grapheme

Unicode 12

02 Apr 20:45
Compare
Choose a tag to compare

No API changes 🦺

Unicode 11

10 Jun 20:46
Compare
Choose a tag to compare
v0.4.0

Merge branch 'unicode-11'

v0.3.0

12 Aug 11:51
Compare
Choose a tag to compare

Added a few new functions:

  • grapheme.safe_split_index, which can find the highest grapheme boundary index in a given string without traversing the full grapheme sequence.
  • grapheme.startswith, which tests that a given string starts with the same grapheme sequence as a given prefix.
  • grapheme.endswith, which tests that a given string ends with the same grapheme sequence as a given suffix.

Performance improvements

12 Aug 11:53
Compare
Choose a tag to compare

No new functionality, but noticably better performance.

v0.2.0

12 Aug 11:55
Compare
Choose a tag to compare
  • Adds grapheme.contains
  • Bugfix for empty strings

Initial release

25 Jul 12:46
Compare
Choose a tag to compare

Basic support for getting graphemes, grapheme string lengths and grapheme based slicing.