Skip to content

2.1.0

Compare
Choose a tag to compare
@erichoracek erichoracek released this 21 Nov 17:19
· 109 commits to master since this release

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