All Versions
10
Latest Version
Avg Release Cycle
141 days
Latest Release
2035 days ago

Changelog History

  • v6.1.0 Changes

    April 11, 2019

    ➕ Adds compatibility with Swift 5

  • v6.0.1 Changes

    March 20, 2019

    ⚡️ No updates to production code, just fixing cocoapods trunk issues for MacOS.

  • v6.0.0 Changes

    November 06, 2018

    Migrated to Swift 4.2

  • v5.0.0 Changes

    November 01, 2017

    Migrated codebase to Swift 4.

    ➕ Additionally API has been largely revamped to be more Swifty.

  • v4.0.1 Changes

    March 20, 2017

    ⚡️ Updated project structure to be compatible with the Swift package manager.

  • v4.0.0 Changes

    October 20, 2016

    ⚡️ Updates Signals for Swift 3

    • Revamps API to be more Swifty
    • ⬇️ Drops support for Swift 2
  • v3.0.0 Changes

    April 21, 2016

    🚦 Previously fired values were previously retained by default, which could cause memory congestion and implicit long lifecycle of objects fired off of Signals. Retaining previously fired values are now opt-in.

  • v2.3.0 Changes

    January 31, 2016

    🚀 This release extends UIControl with signals for each control event.

  • v2.2.0 Changes

    December 21, 2015

    ➕ Adds support for OS X, watchOS and tvOS.

  • v2.1.1 Changes

    October 20, 2015

    🚦 Signals can now be integrated using Carthage.