v0.23.1
[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.