Skip to content

1.1.6

Latest
Compare
Choose a tag to compare
@seongahjo seongahjo released this 19 Dec 04:56
· 2 commits to main since this release

🐞 Bug Fixes

  • Fix an instance generated by ConstructorPropertiesArbitraryIntrospector that was not validated by validation annotations by @seongahjo in #1119
  • Fix using KotlinArbitraryBuilder when generating an Arb in kotest module by @acktsap in #1122

⚠️ Deprecated

  • Deprecate Randoms.create(String), use Randoms.setSeed(long) instead by @seongahjo in #1115
  • Deprecate ElementProperty, use ContainerElementProperty interface or DefaultContainerElementProperty, SingleElementProperty instead by @seongahjo
  • Deprecate MethodParameterProperty, use TypeNameProperty instead by @seongahjo

📔 Documentation

  • Fix typo in code examples across documentation files by @hbjs97 in #1121

New Contributors

Full Changelog: 1.1.5...1.1.6