This release contains the following changes:
- Fix some warnings for Swift 4.1.
- Fix issues with
swift test
on Linux.
This release contains the following change:
- Fixed a bug which resulted in a compilation error for Swift 4.1 on Linux.
This release contains the following changes:
- The package requires Swift 4.
SipHasher
now has a method for appending slices ofUnsafeRawBufferPointer
s.- In the supplied Xcode project, bundle identifiers have been updated. The new ones start with
org.attaswift.
.
Note that the URL for the package's Git repository has changed; please update your references.
This release contains the following change:
- Removed all remaining use of @inline(__always) attributes.
This release contains the following change:
- A Swift 3.1 compilation issue about SipHash's (ab)use of @inline(__always) was fixed.
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.
This is the initial release of SipHash.