Releases: mnemnion/StringUnits.jl
Releases · mnemnion/StringUnits.jl
v0.1.2
StringUnits v0.1.2
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
StringUnits v0.1.1
Adds in / ∈
StringUnits
now test correctly for inclusion in StringUnitRange
s, 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
andlength
for inclusion and iteration (#3) (@mnemnion)
Closed issues:
- TagBot trigger issue (#4)