Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: uber/signals-ios

Carthage

16 Jun 09:08

Choose a tag to compare

Fixes Swift tests to compile under Swift 3 to make Carthage work again.

Default Swift signal types

12 Apr 21:26

Choose a tag to compare

Implements default signal types as concrete classes to enhance Swift compatibility. Adds nullability identifiers throughout.

Swift & Platform support

25 Feb 19:49

Choose a tag to compare

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

04 Jan 22:56

Choose a tag to compare

Bumped back podspec to support iOS 7.0

Added support for OS X

16 Dec 01:17

Choose a tag to compare

Merge pull request #15 from uber/tuomas/bump-podspec

Bumping podspec

Minor API fixes

27 Oct 23:02

Choose a tag to compare

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

10 Sep 06:30

Choose a tag to compare

Deprecating init in favor of always calling initWithProtocol. Bumped major version due to breaking nature of this change.

Updated license information of podspec

25 Aug 02:55

Choose a tag to compare

1.0.1

Updated podspec to MIT license

Initial release

25 Aug 01:36

Choose a tag to compare

1.0.0

Updates podspec to point to correct license file