Skip to content

3.0.0

Compare
Choose a tag to compare
@erichoracek erichoracek released this 08 Apr 20:20
· 41 commits to master since this release

Added

  • Add lightweight generics to RACChannel and RACChannelTerminal (#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 and RACBehaviorSubject (#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!

Thanks to @mdiep and @andersio for the reviews!