🐞 Bug Fixes
- Fix an instance generated by
ConstructorPropertiesArbitraryIntrospector
that was not validated by validation annotations by @seongahjo in #1119 - Fix using
KotlinArbitraryBuilder
when generating anArb
in kotest module by @acktsap in #1122
⚠️ Deprecated
- Deprecate
Randoms.create(String)
, useRandoms.setSeed(long)
instead by @seongahjo in #1115 - Deprecate
ElementProperty
, useContainerElementProperty
interface orDefaultContainerElementProperty
,SingleElementProperty
instead by @seongahjo - Deprecate
MethodParameterProperty
, useTypeNameProperty
instead by @seongahjo
📔 Documentation
New Contributors
Full Changelog: 1.1.5...1.1.6