Skip to content

Releases: JuliaString/ShortStrings.jl

v0.3.11

04 Aug 00:31
eeedb94
Compare
Choose a tag to compare

ShortStrings v0.3.11

Diff since v0.3.10

Merged pull requests:

v0.3.10

30 Jul 11:53
0336174
Compare
Choose a tag to compare

ShortStrings v0.3.10

Diff since v0.3.9

Closed issues:

  • Interface question (#34)

Merged pull requests:

v0.3.9

13 May 05:25
85ae43f
Compare
Choose a tag to compare

ShortStrings v0.3.9

Diff since v0.3.8

Merged pull requests:

  • Add conversion from Symbol to ShortString (#44) (@saolof)
  • Made Constructor work with Symbol input without explicitly specified {T} (#49) (@saolof)
  • Update version and requirement for MurmurHash3 (#52) (@ScottPJones)

Update CI

13 May 03:48
278e31c
Compare
Choose a tag to compare
Merge pull request #44 from saolof/patch-1

Add conversion from Symbol to ShortString

v0.3.7

14 Apr 16:32
a2ef2a7
Compare
Choose a tag to compare

ShortStrings v0.3.7

Diff since v0.3.6

v0.3.6

14 Apr 16:32
ce799ae
Compare
Choose a tag to compare

ShortStrings v0.3.6

Diff since v0.3.4

Merged pull requests:

  • Update CI to just use Travis-CI, not Appveyor (#40) (@ScottPJones)
  • Switch to GitHub Actions (#41) (@omus)
  • Fix equality for same-length comparisons with String (#43) (@iamed2)
  • fix codeunit and isvalid so split works (#46) (@oxinabox)

v0.3.4

07 Nov 00:24
c55d636
Compare
Choose a tag to compare

ShortStrings v0.3.4

Diff since v0.3.3

Merged pull requests:

v0.3.3

05 Nov 15:09
57448ba
Compare
Choose a tag to compare

ShortStrings v0.3.3

Diff since v0.2.7

Closed issues:

  • A function that returns the right constructor given a max length (#20)
  • Access violations due to code converting String types to ShortString (#28)
  • I have a question - why are the lengths 30, 62, 126, instead of 31, 63, and 127 (and if there were a UInt2048, 255)? (#29)

Merged pull requests:

v0.2.7

02 Nov 15:08
2aa1f22
Compare
Choose a tag to compare

ShortStrings v0.2.7

Diff since v0.2.6

Merged pull requests:

  • Use MurmurHash3 to allow for fast in-memory hashing with no conversion (#26) (@ScottPJones)

v0.2.6

31 Oct 05:07
9d345ef
Compare
Choose a tag to compare

ShortStrings v0.2.6

Diff since v0.2.5

Closed issues:

  • Fast constructor for constructing a larger ShortString from a shorter one (#18)
  • Define promotion rules (#19)

Merged pull requests: