Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.09 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 1.09 KB

master

4.0.0

  • Requires RxSwift 5 & Xcode 10.2.
  • Minimum iOS deployment target is iOS 9.
  • Update WatchOS deployment target to 3.0.

3.6.2

  • Updates RxSwift version.

3.6.0

  • Updated for Swift 4.2 and Xcode 10.

3.5.0

  • Loosen generic constraints to work with any SharingStrategy, instead of just Driver.

3.4.0

  • Swift 4.1 compatibility

3.3.0

  • Upgrades to RxSwift 4.0.

3.2.0

  • Adds filterNilKeepOptional.

3.1.3

  • RxSwift 3.0.0 support for Carthage.

3.1.2

  • RxSwift 3.0.0-rc.1 support for Carthage.

3.1.1

  • Improved Carthage support.

3.1.0

  • Migrated Driver extensions into SharedSequenceConvertibleType

3.0.0

  • Swift 3 compatibility

2.1.0

  • Add distinctUntilChanged operator

2.0.0

  • Breaking Change: Remove fatalErrorOn* operators
  • Breaking Change: Remove guarantees from catchOnEmpty operators

1.2.0

  • Add unit tests
  • Move to RxSwiftCommunity
  • Deprecate 'fatalErrorOn*' operators

1.1.0

  • During release builds fatalError are logged
  • Use guards

1.0.0

  • First public release
  • Add all documentation

0.1.1

  • Initial release