Skip to content

Releases: JuliaStrings/InlineStrings.jl

v1.4.2

12 Jul 23:02
b1f99b4
Compare
Choose a tag to compare

InlineStrings v1.4.2

Diff since v1.4.1

Merged pull requests:

Closed issues:

  • interoperability with round-tripping through data format broken on latest release (1.4.1) (#76)

v1.4.1

17 Jun 23:25
36839e5
Compare
Choose a tag to compare

InlineStrings v1.4.1

Diff since v1.4.0

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, and Base.rstrip (#70) (@brainandforce)

Closed issues:

  • StackOverflow with string promotion (#65)
  • Confilicts in equality with standard strings (#74)

v1.4.0

26 Jan 22:50
b7923a2
Compare
Choose a tag to compare

InlineStrings v1.4.0

Diff since v1.3.2

Closed issues:

  • parse(Bool, s::String3) giving InexactError (#57)
  • Concatenation/join promotes to String (#58)

Merged pull requests:

v1.3.2

18 Nov 01:16
f26f964
Compare
Choose a tag to compare

InlineStrings v1.3.2

Diff since v1.3.1

Merged pull requests:

  • Add appropriate cconvert/unsafe_convert methods to avoid String alloc… (#56) (@quinnj)

v1.3.1

09 Nov 22:37
6cb0088
Compare
Choose a tag to compare

InlineStrings v1.3.1

Diff since v1.3.0

Merged pull requests:

v1.3.0

28 Oct 00:35
4117410
Compare
Choose a tag to compare

InlineStrings v1.3.0

Diff since v1.2.2

Closed issues:

  • Failed to parse csv with cyrillic values (duplicated from CSV.jl) (#51)

Merged pull requests:

v1.2.2

13 Oct 10:49
788df4d
Compare
Choose a tag to compare

InlineStrings v1.2.2

Diff since v1.2.1

Closed issues:

  • Tests failing on main with Parsers.jl v2.4.1 (#48)

Merged pull requests:

v1.2.1

13 Oct 04:51
53d1197
Compare
Choose a tag to compare

InlineStrings v1.2.1

Diff since v1.2.0

Merged pull requests:

v1.2.0

04 Oct 11:22
7f5ec92
Compare
Choose a tag to compare

InlineStrings v1.2.0

Diff since v1.1.4

Closed issues:

  • why not an NTuple? (#6)
  • Conversion between InlineString types causing appending error (#28)
  • chop() doesn't work with StringX (#38)
  • Support chopprefix/chopsuffix returning InlineString (#40)

Merged pull requests:

v1.1.4

06 Jul 10:47
db3f514
Compare
Choose a tag to compare

InlineStrings v1.1.4

Diff since v1.1.3

Closed issues:

  • inlinestrings fails on Union{Missing, String} with length-1 strings (#34)

Merged pull requests: