All Versions
10
Latest Version
Avg Release Cycle
73 days
Latest Release
2730 days ago
Changelog History
Changelog History
-
v2.5.1 Changes
June 16, 2017๐ Fixes Swift tests to compile under Swift 3 to make Carthage work again.
-
v2.5.0 Changes
April 12, 2016๐ฆ Implements default signal types as concrete classes to enhance Swift compatibility. Adds nullability identifiers throughout.
-
v2.4.0 Changes
February 25, 2016โ Adds alternate method to create concrete subclasses of signals in order to be able to bridge Signals to Swift.
โ Adds support for tvOS and watchOS.
-
v2.2.1 Changes
January 04, 2016โฌ๏ธ Bumped back podspec to support iOS 7.0
-
v2.2.0
December 16, 2015 -
v2.1.0
November 17, 2015 -
v2.0.1 Changes
October 27, 2015๐ฆ Augments the fire-signature of an empty signal from
(void (^)())fire;
to(void (^)(void))fire;
to give a compiler error when users accidentally add data to an empty fire. -
v2.0.0 Changes
September 10, 2015๐ Deprecating init in favor of always calling initWithProtocol. Bumped major version due to breaking nature of this change.
-
v1.0.1
August 25, 2015 -
v1.0.0
August 25, 2015