Skip to content

Version 0.12.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@jmalloc jmalloc released this 20 Dec 04:43
· 378 commits to main since this release

This release includes several changes to the underlying action and expectation
systems, some of which are not backwards compatable. Tests written using v0.11.0
should continue to work without modification.

Added

  • [BC] Added PredicateOptions to PredicateScope
  • [BC] Added Action.Location() method

Changed

  • [BC] Renamed Action.Apply() to Do()
  • Test.Expect() now returns the Test, allowing chained calls

Removed

  • [BC] Removed the PredicateOptions parameter from Expectation.Predicate()