Skip to content

0.6.9

Compare
Choose a tag to compare
@seongahjo seongahjo released this 10 Oct 06:38
· 333 commits to main since this release

0.6.9

  • Fix sampleList always returns a same element with AnonymousArbitraryIntrospector.
  • Remove CombinableArbitrary.from(Arbitrary). Use ArbitraryUtils.toCombinableArbitrary instead.
  • Refactor CombinableArbitrary.from has a type parameter instead of wildcard type.
  • Fix generating self reference map type with different key type.
  • Refactor setPostCondition does not cause any performance issue.
  • Fix generating a unique key of Map.
  • Add new option javaConstraintGenerator which defines a constraint of String, Decimal type, Integer type, DateTime type, Container type.