Skip to content

Releases: naver/fixture-monkey

1.1.8

31 Dec 12:00
Compare
Choose a tag to compare

🐞 Bug Fixes

Full Changelog: 1.1.7...1.1.8

1.1.7

30 Dec 06:46
Compare
Choose a tag to compare

⚠️ Deprecated

  • Remove default FixtureMonkeyOptions by @seongahjo in #1128
    • use FixtureMonkeyOptions.builder().build() instead

🔌 Refactoring

  • Refactor setting size variants of elements in container by @seongahjo in #1129

Full Changelog: 1.1.6...1.1.7

1.1.6

19 Dec 04:56
Compare
Choose a tag to compare

🐞 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

1.1.5

09 Dec 05:52
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix keep equivalence with ElemenetProperty and MapKeyElementProperty and MapValueElementProperty by @seongahjo in #1113

Full Changelog: 1.1.4...1.1.5

1.1.4

03 Dec 07:42
Compare
Choose a tag to compare

🐒 New Features

🐞 Bug Fixes

📔 Documentation

New Contributors

Full Changelog: 1.1.3...1.1.4

1.1.3

15 Nov 10:36
Compare
Choose a tag to compare

🐞 Bug Fixes

📔 Documentation

  • Fix 'How to use Kotlin ArbitraryBuilder APIs' in 1.1.x migration guide by @HanJaehee in #1089

Full Changelog: 1.1.2...1.1.3

1.0.29

15 Nov 10:34
Compare
Choose a tag to compare

🐞 Bug Fixes

Full Changelog: 1.0.28...1.0.29

1.1.2

14 Nov 10:49
Compare
Choose a tag to compare

🐞 Bug Fixes

  • Fix setting recursive implementations of self reference object by @seongahjo in #1086
  • Fix a bug in registering JavaBuilder and KotlinBuilder by @seongahjo in #1087

Full Changelog: 1.1.1...1.1.2

1.1.1

11 Nov 14:00
Compare
Choose a tag to compare

🐒 New Features

  • Add a missing giveMeJavaBuilder with an object parameter by @seongahjo in #1080

🐞 Bug Fixes

Full Changelog: 1.1.0...1.1.1

1.1.0

08 Nov 03:18
Compare
Choose a tag to compare

🐒 New Features

  • By default, KotlinPlugin is now only used for the Kotlin type, and does not change the objectIntrospector Java type option.
  • By default, the properties generated by the PrimaryConstructorArbitraryIntrospector are parameters of the constructor.
  • All interface related options migrate to the InterfacePlugin.
  • The Java ArbitraryBuilder APIs and the Kotlin ArbitraryBuilder APIs are now separated.
  • The experimental API customizeProperty is now available in the ArbitraryBuilder API.
  • The experimental javaGetter is converted to maintained.
  • Upgrade Kotest version 5.9.1

Please check out the migration guide