Releases: JuliaString/StrBase.jl
Releases · JuliaString/StrBase.jl
v1.1.5
StrBase v1.1.5
Merged pull requests:
- Match Base behaviour for findprev when pos < 0 (return 0, instead of error) (#24) (@ScottPJones)
v1.1.4
StrBase v1.1.4
Merged pull requests:
- Add back __split develop export (#21) (@ScottPJones)
- Handle eachrsplit change (#22) (@ScottPJones)
- Fix sprint, Vararg deprecation, deal with change in Meta.parse result (#23) (@ScottPJones)
v1.1.3
StrBase v1.1.3
Merged pull requests:
- Fix split on UniStr union (due to change in Base) (#20) (@ScottPJones)
v1.1.2
v1.1.1
StrBase v1.1.1
Closed issues:
- _empty_str not defined (#17)
Merged pull requests:
- Fix Issue #17, as well as another problem with convert and _LatinStr, and a new error code added in 1.8 (#18) (@ScottPJones)
v1.1.0
StrBase v1.1.0
Update because of changes in Julia Base (eachsplit)
Merged pull requests:
- Update for change removing _split from Base/util.jl in 1.8 (#16) (@ScottPJones)
Fix join bug
Merge pull request #15 from JuliaString/spj/fixjoin Fix join bug, better reporting of errors in calcstats
Update CI
Merge pull request #13 from JuliaString/spj/v16fixes Fix str_next and findfirst issues
v1.0.4
StrBase v1.0.4
Merged pull requests:
- Install TagBot as a GitHub Action (#5) (@JuliaTagBot)
- Fix invalid char test (#6) (@sostock)
- Fix __split for new empty range behavior (#7) (@sostock)
- Update to use AbstractChar (#8) (@ScottPJones)
- Update version (#9) (@ScottPJones)