- Nothing yet.
- Rename
Predicate
toMatcher
to support Xcode 15.
- Updates to Nimble 13. See #69.
- Support for new Nimble 12 dependency. See #68.
- Remove Carthage dependency and build steps.
- Move to Swift Package Manager instead of xcodeproj.
- Reorganized file structure to SPM standard.
- Support for new Nimble 11 dependency. See #67.
- Support for new Nimble 10 dependency. See #66.
- Updates Nimble version (see #65).
- Updates minimum deployment targets to iOS 9 and macOS 10.12.
- Support RxSwift 6
- Adds a carthage.sh script to workaround a Carthage issue
- Support for new Nimble 9 dependency. See #59.
- Increased minimum iOS deployment target to 9.0.
- More weak linking fixus. A Carthage/SPM-only release.
- Weak links with XCTest.
- Support for Swift Package Manager
- Expectation+Blocking.swift imports
Foundation
to fix a compilation issue with SPM
- Support for RxSwift traits
- Adds support for passing a timeout to RxBlockings' operators
- Carthage support
- Support for Xcode 10.2, RxSwift 5.0 & Swift 5
- Adds support for Carthage (4.4.1 does not exist on CocoaPods).
- Added support to RxTest. Users may now choose between
RxTest
andRxBlocking
(or both)
- Swift 4.2 support
- Xcode 10 support
- Update Demo supporting Xcode 10 with Swift 4.2
- Updated RxSwift requirement.
- Swift 4.1 support again. See #30.
- Swift 4.1 support. See #30.
- Deprecate old matcher functions
- Introduce following properties for
expect(observable)
to matchRxBlocking
operatorfirst
last
array
- Support for Swift 4.0, RxSwift 4.0 and RxBlocking 4.0. See #27.
- Support for new Nimble 7 api. See #21.
- Swift 3 support.
- Fixes build issues. See #8.
- Initial release.