Skip to content

v0.23.1

Compare
Choose a tag to compare
@evant evant released this 05 Feb 18:37
· 133 commits to main since this release

[0.23.1] 2021-02-03

Fixed

  • Fixed containsExactly failing on custom list types.
  • Fixed NullPointerException in isDataClassEqualTo when a property is null.
  • Fixed multiple failures breaking any
  • Fixed map's containsOnly to ensure keys match up with values.
  • Fixed map's contain methods null handling.