Skip to content

3.1.0

Compare
Choose a tag to compare
@andersio andersio released this 30 Dec 17:05
· 27 commits to master since this release

This is the second minor release of ReactiveObjC 3.0.

Bugfix

  1. Mitigated the Xcode 9 function prototype signature warning. (#129, kudos to @developforapple, @frankenthumbs and @andersio)

Addition

  1. New RACSignal method for tests: -asynchronousFirstOrDefault:success:error: timeout: and -asynchronouslyWaitUntilCompleted:timeout:. (#98, kudos to @jcavar)