All Versions
9
Latest Version
Avg Release Cycle
133 days
Latest Release
1538 days ago
Changelog History
Changelog History
-
v1.8.0.1
September 18, 2020 -
v1.8.0.0
September 18, 2020 -
v1.7.0.3
March 12, 2020 -
v1.7.0.2
February 28, 2020 -
v1.7.0.1
February 28, 2020 -
v1.7.0.0 Changes
February 16, 2019๐ 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. -
v1.6.0.0 Changes
August 24, 2018The type of
anything
andnothing
is now Matcher<Any?> -
v1.5.0.0
August 14, 2018 -
v1.4.2.2
October 17, 2017