Releases: JuliaStrings/InlineStrings.jl
Releases · JuliaStrings/InlineStrings.jl
v1.4.4
v1.4.3
InlineStrings v1.4.3
Merged pull requests:
- Stop special casing
InlineString1
(#80) (@KristofferC) - ensure that the input String is GC preserved in equality check (#81) (@KristofferC)
Closed issues:
v1.4.2
InlineStrings v1.4.2
Merged pull requests:
- remove some unnecessary
string
overloads (#77) (@KristofferC) - make Parsers a weakdep (#78) (@KristofferC)
- bump version to 1.4.2 (#79) (@KristofferC)
Closed issues:
- interoperability with round-tripping through data format broken on latest release (1.4.1) (#76)
v1.4.1
InlineStrings v1.4.1
Merged pull requests:
- Add package extension to support InlineStrings in Arrow.jl (#66) (@quinnj)
- Fix startswith/endswith for Julia 1.10 (#68) (@quinnj)
- add info about equality, hashes, and help text (#69) (@alecloudenback)
- Fixed method ambiguities for
Base.unsafe_convert()
,Base.lstrip
, andBase.rstrip
(#70) (@brainandforce)
Closed issues:
v1.4.0
InlineStrings v1.4.0
Closed issues:
Merged pull requests:
- Allow concatenating small InlineStrings to return an InlineString (#59) (@nickrobinson251)
- Run CSV.jl integration tests on CI (#61) (@nickrobinson251)
- improve printing for homogenous arrays (#63) (@simeonschaub)
v1.3.2
InlineStrings v1.3.2
Merged pull requests:
v1.3.1
v1.3.0
InlineStrings v1.3.0
Closed issues:
- Failed to parse csv with cyrillic values (duplicated from CSV.jl) (#51)
Merged pull requests:
- Add string macros (#47) (@mkitti)
- Add
show
method containing type info (#52) (@nickrobinson251) - Don't import unused Parsers names in tests (#53) (@nickrobinson251)
- Fixes for Parsers changes (#54) (@quinnj)
v1.2.2
InlineStrings v1.2.2
Closed issues:
- Tests failing on
main
with Parsers.jl v2.4.1 (#48)
Merged pull requests:
- Restore ability to parse to
Result{Any}
(#50) (@nickrobinson251)
v1.2.1
InlineStrings v1.2.1
Merged pull requests:
- Simplify converting to
Vector{UInt8}
(#46) (@nickrobinson251) - Fix Parsers overloads (#49) (@quinnj)