Skip to content

Releases: mnemnion/StringUnits.jl

v0.1.2

27 Mar 22:59
Compare
Choose a tag to compare

StringUnits v0.1.2

Diff since v0.1.1

Fix Bug in Grapheme Slicing

The logic for getting the final index of a grapheme contains a tweak necessary to capture the entire grapheme, which was present in the OffsetStringUnit branch of the logic, but not the homogeneous branch. This has been corrected.

v0.1.1

27 Mar 22:04
Compare
Choose a tag to compare

StringUnits v0.1.1

Adds in / ∈

StringUnits now test correctly for inclusion in StringUnitRanges, and can be iterated with collect and string comprehensions, rather than just a for loop.

Merged pull requests:

  • Bump codecov/codecov-action from 4.pre.beta to 4.1.0 (#2) (@dependabot[bot])
  • Add in and length for inclusion and iteration (#3) (@mnemnion)

Closed issues:

  • TagBot trigger issue (#4)