Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 1.51 KB

CHANGELOG.md

File metadata and controls

79 lines (45 loc) · 1.51 KB

Changelog

Current Master

  • Nothing yet!

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.