All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- #18: Ignore order for Sets
- #17: Allow using
null
as expected value
- #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