- Compatibility with RxSwift 6.
- Support for Swift < 5 has been removed.
- Support for Swift 5.
- Support for QueryKit 0.14 and RxSwift ~> 5.1
- Supports RxSwift 3 stable.
- Adds support for Swift 3.0.
- Fixes a bug where
count()
using a predicate may have not counted objects that have been modified to come into the predicate. - QuerySet subscriptions will now correctly handle abstract and sub entities for managed objects.
- Improves performance of
count()
andobjects()
observables. - Fixes a bug where
count()
may have incorrectly updated and shown a negative value.
Adds support for RxSwift 2.0.
Adds support for RxSwift 2.0.0-beta.4.