All Versions
7
Latest Version
Avg Release Cycle
95 days
Latest Release
2120 days ago

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 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.

  • v1.1.2 Changes

    May 05, 2017

    ๐Ÿš€ This release contains the following change:

    • โœ‚ Removed all remaining uses of @inline(__always) attributes.
  • 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.