Hamcrest v2.2 Release Notes
Release Date: 2019-10-17 // almost 5 years ago-
๐ Improvements
- AllOf/AnyOf: Pass the matchers to constructor using varargs (Issue #245)
- Matchers.anyOf: Fix generic bounds compatibility for JDK 11 (Issue #256, Issue #257)
- AssertionError message is unhelpful when match fails for byte type (Issue #254, Issue #255)
- ๐ Use platform specific line breaks (PR #267)
- ๐ Build now checks for consistent use of spaces (PR #217)
๐ Bugfixes
- ๐ Fix compatibility issue for development with Android D8 (Issue #246)
- ๐ Fix typo in license name (Issue #247)
- 1.3 compatible constructors for string matchers (Issue #259, Issue #260)
- ๐ Fix for split packages with Java 9 modules (Issue #269, PR #270)
Previous changes from v2.2-rc1
-
๐ Improvements
- AllOf/AnyOf: Pass the matchers to constructor using varargs (Issue #245)
- Matchers.anyOf: Fix generic bounds compatibility for JDK 11 (Issue #256, Issue #257)
- AssertionError message is unhelpful when match fails for byte type (Issue #254, Issue #255)
- ๐ Use platform specific line breaks (PR #267)
- ๐ Build now checks for consistent use of spaces (PR #217)
๐ Bugfixes
- ๐ Fix compatibility issue for development with Android D8 (Issue #246)
- ๐ Fix typo in license name (Issue #247)
- 1.3 compatible constructors for string matchers (Issue #259, Issue #260)
- ๐ Fix for split packages with Java 9 modules (Issue #269, PR #270)