Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Jan 18:13
· 6 commits to refs/heads/main since this release

Important changes

These changes control output in case of assert failure and include minor API changes (only in rare cases of method overrides), hence minor version bump:

  • Add DiffOptions implicit parameter:
  • Diff: swap the order of expected-vs-obtained (#875) @kitbellew
    • previously, the actual results were shown in red (removed) and expected in green (added) which led to occasional cases of confusion with standard git diff output (which shows these changes in the "normal" way)

Miscellaneous

Build and dependency updates