Skip to content

Latest commit

 

History

History
118 lines (65 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

118 lines (65 loc) · 2.83 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

5.0.5 (2022-04-14)

5.0.4 (2021-10-05)

5.0.3 (2021-05-04)

5.0.2 (2021-03-31)

5.0.1 (2021-02-03)

5.0.0 (2021-01-20)

⚠ BREAKING CHANGES

    • Moved circleci to githubci
  • Supports RxSwift 6.0
  • Release xcframeworks

Features

  • Restructure for better support and maintenance (64eea0c)

Bug Fixes

  • Actions to resolve dependencies before running (f04fd38)
  • Bump version script (a7a1c20)
  • Commit podspec version bump (141cc95)
  • Reenable cleanup script (c6c73f5)
  • Remove unused step in action (8566368)

4.1.0

  • Add suport for Swift Package Manager

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