Skip to content

Releases: JuliaStrings/InlineStrings.jl

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:

v1.1.3

27 Jun 22:03
4818fdb
Compare
Choose a tag to compare

InlineStrings v1.1.3

Diff since v1.1.2

Closed issues:

  • Julia 1.0 support? (#9)
  • defalg method ambiguity (#21)
  • A lot of method invalidations coming from InlineStrings (#22)
  • Sorting broken for signed integers and floats (#24)
  • Possible bug in inlinestrings for length-1 strings (#25)
  • Add findall regex support for InlineStrings (#29)
  • Aqua found ambiguity (#31)
  • Possible bug in unique for partial InlineString (#32)

Merged pull requests:

  • Don't try to widen type if string has size 1 (#26) (@nickrobinson251)
  • Include native version of reverse for InlineStrings (#27) (@quinnj)
  • Fix #29 by supporting findnext/findall/count regex w/ InlineStrings (#30) (@quinnj)
  • Ensure shuffled bits get cleared out in "modifying" operations (#33) (@quinnj)

v1.1.2

27 Jan 22:24
2a0a33c
Compare
Choose a tag to compare

InlineStrings v1.1.2

Diff since v1.1.1

Merged pull requests:

v1.1.1

12 Dec 08:29
9ff4e68
Compare
Choose a tag to compare

InlineStrings v1.1.1

Diff since v1.1.0

Closed issues:

  • views of InlineStrings (#17)
  • Sorting of inline strings with missing bug (#18)

Merged pull requests:

  • Allow missing values when sorting arrays of inline strings (#19) (@quinnj)
  • Add native versions of chop, chomp, first, and last (#20) (@quinnj)

v1.1.0

03 Dec 17:30
8f5f4ad
Compare
Choose a tag to compare

InlineStrings v1.1.0

Closed issues:

  • Converting collections to InlineString (#4)
  • Faster sorting of InlineStrings (#3)
  • TagBot trigger issue (#1)
  • WeakRefStrings changes the behavior of string (#2)
  • Construction from a Ptr{UInt8} (#8)
  • new release of InlineStrings (#16)

Merged pull requests:

  • Ensure string(::InlineString) returns String (#7) (@quinnj)
  • Add RadixSort as default sorting algorithm for InlineString types (#10) (@quinnj)
  • Allow construction of InlineStrings from pointer + optional length (#11) (@quinnj)
  • Refactor InlineString constructors to avoid unintended calls (#12) (@quinnj)
  • Add inlinestrings function (#13) (@quinnj)