Skip to content

Latest commit

 

History

History
67 lines (38 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

67 lines (38 loc) · 1.96 KB

Release Notes

All notable changes to this project will be documented in this file.

0.x Releases

0.7.0

Released January 9, 2021 • diff

0.6.0

Released December 23, 2020 • diff

  • New: #11: availableElements expectation (fixes #8).

0.5.0

Released June 25, 2020 • diff

  • Fixed: next().get() no longer returns an optional.
  • New: Support for Xcode 12

0.4.0

Released January 4, 2020 • diff

  • #6: Support for synchronous tests

Documentation diff:

The Usage section shows how to use the new get() method in order to perform synchronous tests that do not have to wait.

0.3.0

Released November 27, 2019 • diff

  • #2: RecordingError renaming
  • #3: Next Expectation
  • #4: Drop the "first" expectation

0.2.0

Released November 24, 2019 • diff

Increased robustness

0.1.0

Released November 23, 2019

Initial release