Skip to content

Latest commit

 

History

History
120 lines (68 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

120 lines (68 loc) · 2.7 KB

Changelog

Current Master

  • Nothing yet.

6.3.1

  • Rename Predicate to Matcher to support Xcode 15.

6.3.0

  • Updates to Nimble 13. See #69.

6.2.0

  • 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.

6.1.0

  • Support for new Nimble 11 dependency. See #67.

6.0.0

  • Support for new Nimble 10 dependency. See #66.

5.1.2

  • Updates Nimble version (see #65).

5.1.1

  • Updates minimum deployment targets to iOS 9 and macOS 10.12.

5.1.0

5.0.0

  • Support for new Nimble 9 dependency. See #59.
  • Increased minimum iOS deployment target to 9.0.

4.7.2

  • More weak linking fixus. A Carthage/SPM-only release.

4.7.1

  • Weak links with XCTest.

4.7.0

  • Support for Swift Package Manager
  • Expectation+Blocking.swift imports Foundation to fix a compilation issue with SPM

4.6.0

  • Support for RxSwift traits
  • Adds support for passing a timeout to RxBlockings' operators

4.5.0

  • Carthage support
  • Support for Xcode 10.2, RxSwift 5.0 & Swift 5

4.4.1

  • Adds support for Carthage (4.4.1 does not exist on CocoaPods).

4.4.0

  • Added support to RxTest. Users may now choose between RxTest and RxBlocking (or both)

4.3.0

  • Swift 4.2 support
  • Xcode 10 support
  • Update Demo supporting Xcode 10 with Swift 4.2

4.2.0

  • Updated RxSwift requirement.
  • Swift 4.1 support again. See #30.

4.1.1

  • Swift 4.1 support. See #30.

4.1.0

  • Deprecate old matcher functions
  • Introduce following properties for expect(observable) to match RxBlocking operator
    • first
    • last
    • array

4.0.0

  • Support for Swift 4.0, RxSwift 4.0 and RxBlocking 4.0. See #27.

3.0.0

  • Support for new Nimble 7 api. See #21.

1.0.0

  • Swift 3 support.

0.2.0

  • Fixes build issues. See #8.

0.1.0

  • Initial release.