Skip to content

v0.6.0

Compare
Choose a tag to compare
@github-actions github-actions released this 14 Dec 21:51
· 13 commits to main since this release

Added

  • introduce prelude to ease future complexity of imports

Other

  • [breaking] rename contains_string to contains in StringAssertion
  • [breaking] use a trait-based approach for defining iterator assertions
  • [breaking] use a trait-based approach for defining result assertions
  • [breaking] use a trait-based approach for defining string assertions
  • [breaking] use a trait-based approach for defining option assertions
  • [breaking] use a trait-based approach for defining equality assertions
  • move to_string into accessors
  • remove redundant examples from README.md
  • move lint into lib.rs