Skip to content

Releases: artman/Signals

Swift 5

11 Apr 16:13
Compare
Choose a tag to compare

Adds compatibility with Swift 5

CocoaPods fixes

20 Mar 16:21
Compare
Choose a tag to compare

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

Swift 4.2

06 Nov 13:33
Compare
Choose a tag to compare

Migrated to Swift 4.2

Swift 4

01 Nov 05:29
ca4f61c
Compare
Choose a tag to compare

Migrated codebase to Swift 4.

Additionally API has been largely revamped to be more Swifty.

Package manager

20 Mar 02:46
Compare
Choose a tag to compare

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

Swift 3

20 Oct 06:50
Compare
Choose a tag to compare

Updates Signals for Swift 3

  • Revamps API to be more Swifty
  • Drops support for Swift 2

Retaining previously fired values are opt-in

21 Apr 05:02
Compare
Choose a tag to compare

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.

UIControl extensions

31 Jan 22:54
Compare
Choose a tag to compare

This release extends UIControl with signals for each control event.

Support all Apple platforms

21 Dec 02:14
Compare
Choose a tag to compare

Adds support for OS X, watchOS and tvOS.

Fixed carthage build support

20 Oct 00:34
Compare
Choose a tag to compare

Signals can now be integrated using Carthage.