Skip to content

Releases: attaswift/SipHash

1.2.2

08 Jun 10:35
Compare
Choose a tag to compare

This release contains the following changes:

  • Fix some warnings for Swift 4.1.
  • Fix issues with swift test on Linux.

1.2.1

27 May 10:56
Compare
Choose a tag to compare

This release contains the following change:

  • Fixed a bug which resulted in a compilation error for Swift 4.1 on Linux.

1.2.0

07 Sep 11:25
Compare
Choose a tag to compare

This release contains the following changes:

  • The package requires Swift 4.
  • SipHasher now has a method for appending slices of UnsafeRawBufferPointers.
  • In the supplied Xcode project, bundle identifiers have been updated. The new ones start with org.attaswift..

Note that the URL to the package's Git repository has changed; please update your references.

1.1.2

05 May 14:38
Compare
Choose a tag to compare

This release contains the following change:

  • Removed all remaining uses of @inline(__always) attributes.

1.1.1

07 Feb 11:20
Compare
Choose a tag to compare

This release contains the following change:

  • A Swift 3.1 compilation issue about SipHash's (ab)use of @inline(__always) was fixed.

1.1.0

23 Nov 08:57
Compare
Choose a tag to compare

This release contains the following changes:

  • SipHasher now supports appending optional values directly.
  • The deployment target for Carthage and standalone builds was set back to iOS 8.0 and macOS 10.9,
    the earliest possible OS versions for Swift frameworks. This change does not affect CocoaPod builds, which
    already had the same settings.

1.0.0

15 Nov 13:50
Compare
Choose a tag to compare

This is the initial release of SipHash.