0.9.0
✨ Enhancements
- 🆕 Add New Kotlin DSL (#152) Thanks to @hartmut-co-uk (Doc)
- 🆕 Add Automatic-Module-Name entry to the generated manifest file (#172) Thanks to @duponter
💣 Breaking Changes
ViolatedArguments::arguments
now passes the violated value (#178)
🐛 Bug Fixes
ViolatedArguments::arguments
is not respected inConstraint::predicate
(#165)ViolatedArguments::arguments
is not respected inConstraint::predicateNullable
(#174) Thanks to @duponter