🐒 New Features
- Add support for deterministic testing with JUnit, the tests annotated by
@Seed
would be deterministic. @seongahjo in #1146 - Add support generating Kotlin constant object. @seongahjo in #1159
🐞 Bug Fixes
- Fix the functional interface instance supports
equals
,hashCode
,toString
. @seongahjo in #1151 - Fix instantiate API with Kotlin value class.
- @seongahjo in #1160
- @seongahjo in #1162
🔌 Refactoring
- Refactor simplifying numeric validation.
- Refactor addressing Java expGetter record. @rawfishthelgh in #1096
- Refactor resolving expressions as programmatic primarily.
- @seongahjo in #1154
- @seongahjo in #1155
New Contributors
- @rawfishthelgh made their first contribution in #1096
Full Changelog: 1.1.9...1.1.10