Skip to content

Releases: itsallcode/hamcrest-auto-matcher

Release 0.8.2: Ignore order for Sets

13 Nov 07:38
a4bd752
Compare
Choose a tag to compare

0.8.2 - 2024-11-13

  • #18: Ignore order for Sets

Release 0.8.1: Allow using null as expected value

12 Sep 14:12
c5bfc2b
Compare
Choose a tag to compare

[0.8.1] - 2024-09-12

  • #17: Allow using null as expected value

Release 0.8.0: Add support for Java records

01 Sep 10:27
71139ce
Compare
Choose a tag to compare

Changes

  • #12: Add support for matching Java 17 records
    • AutoConfigBuilder now verifies, that the class has at least one property to avoid succeeding assertions that should fail
    • Upgrade from org.hamcrest:hamcrest:2.2 to org.hamcrest:hamcrest:3.0
  • #14: Fix build with Java 21
  • #15: Format sources
  • #16: Automate release process

Release 0.7.0: Add module-info.java

01 Sep 10:33
fde7c77
Compare
Choose a tag to compare

Breaking Changes

  • #8 Added module-info.java with module name org.itsallcode.automatcher
  • #10 Upgrade from org.hamcrest:hamcrest-all:1.3 to org.hamcrest:hamcrest:2.2

Version 0.6.0: Support Optional & URL

31 Jan 18:58
d6e155d
Compare
Choose a tag to compare

Breaking Changes

  • #6: Rename packages to org.itsallcode

Features

  • #5: Add support for Optional and URL

Version 0.5.1

27 Jan 14:41
939cfea
Compare
Choose a tag to compare

hamcrest-auto-matcher 0.5.1

Update dependencies

Version 0.5.0

20 Feb 15:09
Compare
Choose a tag to compare

hamcrest-auto-matcher 0.5.0

  • Migrate from Jcenter to Maven Central
  • Change group id from com.github.kaklakariada to org.itsallcode
  • Upgrade to Java 11

Bugfix for simple types like `Byte`, `Character` etc.

22 May 11:57
Compare
Choose a tag to compare

Thanks to Paul for reporting this!

Bugfix for primitive arrays

22 May 11:34
Compare
Choose a tag to compare

Thanks to Paul for reporting this!

Support lists and maps

30 Mar 15:51
Compare
Choose a tag to compare