Hamcrest v1.3 Release Notes

Release Date: 2012-07-09 // almost 12 years ago
    • Introduce Condition class to ease the implementation of multi-step matches
    • ⬆️ Upgrade qdox (included in the generator) to the latest stable version
    • 🗄 Correct inadvertent deprecation of the Is.isA factory method
    • 🛠 Fix issue #179 - AllOf does not output mismatch description
    • 🛠 Fix issue #177 - Introduced closeTo matcher for BigDecimals
    • 🛠 Fix issue #152 - Factory classes missing from matchers.xml
    • 🛠 Fix issue #144 - OrderingComparison doesn't describe mismatch of comparables that return values other than (-1,0,1)
    • 🛠 Fix issue #134 - DescribedAs does not delegate describeMismatch
    • 🛠 Fix issue #106 - deprecation warning when writing custom matchers
    • 🛠 Fix issue #101 - Added theInstance alias for sameInstance factory method