Skip to content

v1.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 17:30
· 53 commits to main since this release
8f5f4ad

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)