Skip to content

v1.1.37-rc.5: Release of 1.1.37-rc.5

Compare
Choose a tag to compare
@YamStranger YamStranger released this 21 Jun 18:29
· 3778 commits to main since this release

Pull requests:

Commits:

  • 1010a8d feat: add ability to assert that matched element is not present in collection (@viktor-klymenko)

    now it is possible to assert that element is not present in collection using BeanMatcherAsserts.shouldNotMatch(List<T> items, BeanMatcher... matchers) method