Skip to content

Releases: JuliaData/WeakRefStrings.jl

v1.4.2

06 Mar 03:03
4114b71
Compare
Choose a tag to compare

WeakRefStrings v1.4.2

Diff since v1.4.1

Closed issues:

  • Why is InlineString not a type of String? (#94)

Merged pull requests:

  • added isassigned method for StringArray to avoid disastrous try/catch fallback (#95) (@ExpandingMan)

v1.4.1

02 Oct 06:16
40c0d5e
Compare
Choose a tag to compare

WeakRefStrings v1.4.1

Diff since v1.4.0

Merged pull requests:

  • Ensure string(::PosLenString) returns String (#93) (@quinnj)

v1.4.0

01 Oct 05:05
786fddd
Compare
Choose a tag to compare

WeakRefStrings v1.4.0

Diff since v1.3.0

Closed issues:

  • InlineString method ambiguity (#88)

Merged pull requests:

  • Fix ambiguity error when calling InlineString(::InlineString) (#90) (@quinnj)
  • Remove InlineStrings code replaced by InlineStrings package (#92) (@quinnj)

v1.3.0

08 Sep 19:48
14415d1
Compare
Choose a tag to compare

WeakRefStrings v1.3.0

Diff since v1.2.2

Closed issues:

  • read(io, InlineString3) etc doesn't work (#81)
  • shorter name for InlineString[X] (#85)

Merged pull requests:

v1.2.2

29 Aug 07:41
20ab27f
Compare
Choose a tag to compare

WeakRefStrings v1.2.2

Diff since v1.2.1

Closed issues:

  • delete old master banch (#80)
  • v1.2.1 PosLen not defined (#82)

Merged pull requests:

  • Be more careful about InlineString creation from memory (#83) (@quinnj)

v1.2.1

12 Aug 04:36
c883b4c
Compare
Choose a tag to compare

WeakRefStrings v1.2.1

Diff since v1.2.0

Closed issues:

  • Compat is wrong for Julia 1.0 (#77)

Merged pull requests:

  • WIP: Add InlineStrings serialization (#78) (@Wynand)

v1.2.0

31 Jul 05:04
0a0c007
Compare
Choose a tag to compare

WeakRefStrings v1.2.0

Diff since v1.1.0

Closed issues:

  • Release v1.0 (#67)

Merged pull requests:

v1.1.0

23 Jun 15:20
ec317cc
Compare
Choose a tag to compare

WeakRefStrings v1.1.0

Diff since v1.0.0

Closed issues:

  • Incorrect declaration of julia compatibility (#72)

v1.0.0

05 Jun 00:43
e5cf4f9
Compare
Choose a tag to compare

WeakRefStrings v1.0.0

Diff since v0.6.2

Merged pull requests:

  • Install TagBot as a GitHub Action (#66) (@JuliaTagBot)
  • Introduce new PosLenString/PosLenStringVector types (#69) (@quinnj)
  • Introduce new stack-friendly InlineString types (#70) (@quinnj)

v0.6.2

23 Dec 00:56
v0.6.2
8d6f76f
Compare
Choose a tag to compare

v0.6.2 (2019-12-23)

Diff since v0.6.1

Closed issues:

  • Escaped String Handling (#57)
  • Deprecate WeakRefStringArray? (#36)

Merged pull requests:

  • implement DataAPI (#65) (piever)
  • Add some missing mutable operations for StringVector. Addresses https… (#63) (quinnj)
  • Remove WeakRefStringArray and EscapedString since they aren't used by… (#62) (quinnj)