Releases: uber/signals-ios
Releases · uber/signals-ios
Carthage
Default Swift signal types
Implements default signal types as concrete classes to enhance Swift compatibility. Adds nullability identifiers throughout.
Swift & Platform support
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.
Fixed podspec
Bumped back podspec to support iOS 7.0
Added support for OS X
Merge pull request #15 from uber/tuomas/bump-podspec Bumping podspec
Minor API fixes
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.
Depracate init
Deprecating init in favor of always calling initWithProtocol. Bumped major version due to breaking nature of this change.
Updated license information of podspec
1.0.1 Updated podspec to MIT license
Initial release
1.0.0 Updates podspec to point to correct license file