Releases: itsallcode/hamcrest-auto-matcher
Releases · itsallcode/hamcrest-auto-matcher
Release 0.8.2: Ignore order for Sets
0.8.2 - 2024-11-13
- #18: Ignore order for Sets
Release 0.8.1: Allow using null as expected value
[0.8.1] - 2024-09-12
- #17: Allow using
null
as expected value
Release 0.8.0: Add support for Java records
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
toorg.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
Version 0.6.0: Support Optional & URL
Version 0.5.1
hamcrest-auto-matcher 0.5.1
Update dependencies
Version 0.5.0
hamcrest-auto-matcher 0.5.0
- Migrate from Jcenter to Maven Central
- Change group id from
com.github.kaklakariada
toorg.itsallcode
- Upgrade to Java 11
Bugfix for simple types like `Byte`, `Character` etc.
Thanks to Paul for reporting this!
Bugfix for primitive arrays
Thanks to Paul for reporting this!