hamkrest v1.8.0.1 Release Notes
Release Date: 2020-09-18 // over 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v1.7.0.0
-
๐ A new way of extending how Hamkrest describes values in diagnostic messages: https://github.com/npryce/hamkrest/blob/master/docs/describe.md
โ Removed the assert object and Asserter class, which was intended to let client code extend how Hamkrest describes values, but did not work. This is a backward incompatible change. Client code must be changed to call
assertThat
instead ofassert.that
. There are no other changes, so you can continue to use the 1.6.0.0 release while converting code to useassertThat
, and then upgrade to 1.7.0.0.