Skip to content

v1.1.3

Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jun 22:03
· 34 commits to main since this release
4818fdb

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)