All Versions
7
Latest Version
Avg Release Cycle
95 days
Latest Release
2515 days ago
Changelog History
Changelog History
-
v1.2.2 Changes
June 08, 2018๐ This release contains the following changes:
- ๐ Fix some warnings for Swift 4.1.
- ๐ Fix issues with
swift test
on Linux.
-
v1.2.1 Changes
May 27, 2018๐ This release contains the following change:
- ๐ Fixed a bug which resulted in a compilation error for Swift 4.1 on Linux.
-
v1.2.0 Changes
September 07, 2017๐ 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 to the package's Git repository has changed; please update your references.
-
v1.1.2 Changes
May 05, 2017๐ This release contains the following change:
- โ Removed all remaining uses of
@inline(__always)
attributes.
- โ Removed all remaining uses of
-
v1.1.1 Changes
February 07, 2017๐ This release contains the following change:
- A Swift 3.1 compilation issue about SipHash's (ab)use of @inline(__always) was fixed.
-
v1.1.0 Changes
November 23, 2016๐ 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.
- ๐
-
v1.0.0 Changes
November 15, 2016๐ This is the initial release of SipHash.