v1.1.0
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)