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!