Hamcrest v2.2 Release Notes

Release Date: 2019-10-17 // over 4 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


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