Skip to content

Releases: daisuke-t-jp/xxHash-Swift

1.1.1

17 Dec 15:01

Choose a tag to compare

Fixed a warning when using SwiftPM.

1.1.0

23 Sep 05:09
1fbd877

Choose a tag to compare

  • Upgrade to Xcode 12

1.0.13

16 May 15:33

Choose a tag to compare

Update

  • Performance Improvement

1.0.12

11 May 14:24

Choose a tag to compare

Update

  • Add XXH3 test version
  • Fix XXH64
  • Rename Classes
    • xxHash32 -> XXH32
    • xxHash64 -> XXH64
    • "xxHash32" and "xxHash64" has been typealias.

1.0.11

17 Apr 13:22

Choose a tag to compare

Update

  • Fix Deployment Targets

1.0.10

26 Mar 12:23

Choose a tag to compare

Update

  • Migrating to Swift 5.0 / Xcode 10.2

1.0.9

09 Mar 10:15

Choose a tag to compare

Update

  • Update Documentation

1.0.8

05 Mar 12:30

Choose a tag to compare

Add

  • jazzy docs
  • digest's hex func

1.0.7

02 Mar 04:02

Choose a tag to compare

Update

  • Optimize Swift performance

1.0.6

28 Feb 12:27

Choose a tag to compare

Update

  • Passed SwiftLint
  • Update Document comments