Releases: ReactiveCocoa/ReactiveObjC
Releases · ReactiveCocoa/ReactiveObjC
3.1.1
3.1.0
This is the second minor release of ReactiveObjC 3.0.
Bugfix
- Mitigated the Xcode 9 function prototype signature warning. (#129, kudos to @developforapple, @frankenthumbs and @andersio)
Addition
3.0.0
Added
- Add lightweight generics to
RACChannel
andRACChannelTerminal
(#88). Thanks @erwald! - Add generic typed tuples (e.g.
RACOneTuple
RACTwoTuple
, etc.) (#87). Thanks @erichoracek! - Add warnings to unused signal operator results (#85). Thanks @erichoracek!
- Add
RACSubject
generics (#83). Thanks @erwald! - Add type annotations to
RACMulticastConnection
andRACBehaviorSubject
(#81). Thanks @erwald! - Add type annotations for NSObject+RACLifting (#80). Thanks @erwald!
Fixed
- Improve missing or imprecise RACSignal type annotations (#82). Thanks @erichoracek!
- Don't encourage
-rac_liftSelector:withSignals:
for subscription (#75). Thanks @erikprice!
2.1.2
2.1.1
Added
- Annotate
-[RACSignal if:then:else:]
lightweight generic (#43). Thanks @erichoracek! - Annotate
ValueType
lightweight generics on bind blocks (#44). Thanks @erichoracek!
Fixed
- Only build pushes to master and PRs on CI (#50). Thanks @andersio!
- Remove 404 link in README (#54). Thanks @jpaffrath!
- Annotate
ValueType
on-[RACSequence objectPassingTest:]
(#64). Thanks @erichoracek! - Fix
-[RACSignal bufferWithTime:]
return value (#66). Thanks @sprynmr! - Remove unnecessary header guard (#67). Thanks @haifengkao!
2.1.0
Added
- Add ValueType lightweight generic to RACSequence (#42). Thanks @erichoracek!
- Redeclare operations built on RACStream primitives with more precise type information (#41 & #39). Thanks @erichoracek!
- [Travis] Use Xcode 8.1 image (#36). Thanks @ikesyo!
- Use instancetype in place of id and explicit return types (#34). Thanks @erichoracek!
- Add nullability annotations to public headers (#32). Thanks @erichoracek!
- Add nullability annotations to RACSubscriber (#18). Thanks @sibljon!
Fixed
- Fix static analyzer warnings (#37). Thanks @erichoracek!
2.0.0
Added
- Add generic ValueType to RACSignal and RACCommand (#15). Thanks @erichoracek!
1.0.2
1.0.1
Added
- Official CocoaPods support (#11). Thanks @Pitometsu!
Fixed
- Some build warnings (#11). Thanks @Pitometsu!