Skip to content

Latest commit

 

History

History
136 lines (88 loc) · 4.7 KB

Changelog.md

File metadata and controls

136 lines (88 loc) · 4.7 KB

Changelog

Current master

  • Use AnyObject instead of class keyword, which was deprecated since Swift 4. See #93 - @tomisacat.

5.2.2

  • Adds support for RxSwift 6.2 compatibility. See #92 - @ShenYj.

5.2.1

  • Fixes RxSwift 6.1 compatibility. See #87.

5.2.0

  • Adds support for RxSwift 6 - @jinsu3758
  • Increases minimum deployment target to iOS 9.0 - @ashfurrow

5.1.1

  • FIxes problem with an inability to access HasDisposeBag when using SPM. See #82 - @mtfum

5.1.0

  • Update RxSwift

5.0.3

Note: This is an SPM-only release. It's functionally identical to 5.0.2 for CocoaPods and Carthage users.

5.0.2

  • Add the public modifier access to the disposeBag property. See #74 - @Vkt0r

5.0.1

  • Update to Swift 5.0 to build in CI

5.0.0

  • Update to Swift 5.0 and Xcode 10.2 See #59 - @fassko
  • Build in Circle CI 2.0 and remove Pods from repo. See #59 - @fassko
  • Increase watchOS minimum version. See #59 - @fassko

4.4.1

  • Specify Swift 4.2 in podspec and .swift-version See #59 - @fassko

4.4.0

  • Swift 4.2 and Xcode 10 support See #58 - @fassko

4.3.0

  • Update the dependencies in the Cartfile & Podfile. See #57 - @Vkt0r
  • Replace the deprecated addDisposableTo(_:) in favor of disposed(by:) in the DemoTest. See #57 - @Vkt0r

4.2.0

4.1.0

4.0.0

  • Fixes a warning when used in application extensions. See #45 - @mono0926
  • Removes suport for using dispose bags on reference types. See #47 - @grinder81

3.0.1

  • Fixes Carthage install problems wiht 3.0.0 release. See #44 - @mono0926

3.0.0

  • Move to a new protocol-based approach, allowing non-reference types to use the library 🎉 See #41 - @twittemb
  • Removes rx_disposeBag in favour of rx.disposeBag.

2.3.0

  • Make rx.disposeBag read/write (#40) - @freak4pc

  • Change macOS minimum deployment target to 10.10 to support RxSwift 3.0 (#39) - @freak4pc

  • Allow usage of rx.disposeBag alongside rx_disposeBag (#29) - @freak4pc

  • Change xcodeproj name for Carthage (#35) - @toshi0383

2.0.0

  • Support Swift 3

1.2.2

1.2.1

  • Removes constraint on RxSwift 2.0.0.

1.2.0

  • Updates to RxSwift 2.0 🎉

1.1.0

  • Prevents race condition in getter (#2) – @lipka

1.0.0

  • Initial release.