diff --git a/v1-1-0-kor/index.xml b/v1-1-0-kor/index.xml index 1c71fa54c..50efdf40f 100644 --- a/v1-1-0-kor/index.xml +++ b/v1-1-0-kor/index.xml @@ -1,6 +1,7 @@ Fixture Monkey onhttps://naver.github.io/fixture-monkey/v1-1-0-kor/Recent content in Fixture Monkey onHugo -- gohugo.ioko-KRCopyright (c) 2020-2021 Henk VerlindeTue, 06 Oct 2020 08:47:36 +0000Release Noteshttps://naver.github.io/fixture-monkey/v1-1-0-kor/release-notes/Mon, 01 Jan 0001 00:00:00 +0000https://naver.github.io/fixture-monkey/v1-1-0-kor/release-notes/<p>sectionStart</p> <h2 id="v111">v.1.1.1 <a href="#v111" class="anchor" aria-hidden="true">#</a></h2> -<p>Fix set a recursive object</p> +<p>Fix set a recursive object.</p> +<p>Add a missing <code>giveMeJavaBuilder</code> with an object parameter.</p> <p>sectionEnd</p> <p>sectionStart</p> <h2 id="v1028">v.1.0.28 <a href="#v1028" class="anchor" aria-hidden="true">#</a></h2> @@ -15,8 +16,4 @@ <p>sectionStart</p> <h2 id="v1026">v.1.0.26 <a href="#v1026" class="anchor" aria-hidden="true">#</a></h2> <p>Add <code>PriorityConstructorArbitraryIntrospector</code></p> -<p>Add <code>korean</code> method in MonkeyStringArbitrary</p> -<p>sectionEnd</p> -<p>sectionStart</p> -<h3 id="v1025">v.1.0.25 <a href="#v1025" class="anchor" aria-hidden="true">#</a></h3> -<p>Fix concurrency issue with string generation</p>Docshttps://naver.github.io/fixture-monkey/v1-1-0-kor/docs/Mon, 01 Jan 0001 00:00:00 +0000https://naver.github.io/fixture-monkey/v1-1-0-kor/docs/ \ No newline at end of file +<p>Add <code>korean</code> method in MonkeyStringArbitrary</p>Docshttps://naver.github.io/fixture-monkey/v1-1-0-kor/docs/Mon, 01 Jan 0001 00:00:00 +0000https://naver.github.io/fixture-monkey/v1-1-0-kor/docs/ \ No newline at end of file diff --git a/v1-1-0-kor/release-notes/index.html b/v1-1-0-kor/release-notes/index.html index 5c5833be4..1c2d3b81a 100644 --- a/v1-1-0-kor/release-notes/index.html +++ b/v1-1-0-kor/release-notes/index.html @@ -1,6 +1,7 @@ Release Notes Fixture Monkey

Release Notes

v.1.1.1

Fix set a recursive object

v.1.0.28

Add support for hashCode, equals, toString in anonymous object

Add enableLoggingFail option to dismiss the failed logging in FixtureMonkeyBuilder.

Add supporting for the is prefix boolean within javaGetter.

v.1.0.27

Add enableLoggingFail option as a constructor argument in FailoverIntrospector

v.1.0.26

Add PriorityConstructorArbitraryIntrospector

Add korean method in MonkeyStringArbitrary

v.1.0.25

Fix concurrency issue with string generation

Fix seed setting as annotated

Release Notes

v.1.1.1

Fix set a recursive object.

Add a missing giveMeJavaBuilder with an object parameter.

v.1.0.28

Add support for hashCode, equals, toString in anonymous object

Add enableLoggingFail option to dismiss the failed logging in FixtureMonkeyBuilder.

Add supporting for the is prefix boolean within javaGetter.

v.1.0.27

Add enableLoggingFail option as a constructor argument in FailoverIntrospector

v.1.0.26

Add PriorityConstructorArbitraryIntrospector

Add korean method in MonkeyStringArbitrary

v.1.0.25

Fix concurrency issue with string generation

Fix seed setting as annotated

v.1.0.24

Deprecate ElementJsonSubTypesObjectPropertyGenerator, PropertyJsonSubTypesObjectPropertyGenerator in fixture-monkey-jackson module. Please use the ElementJsonSubTypesConcreteTypeResolver, PropertyJsonSubTypesConcreteTypeResolver instead.

Add new APIs that generates the unique value by Values.unique(Supplier) or CombinableArbitrary.unique().

Check out the examples below.

.set("$[*]", Values.unique(() -> Arbitraries.integers().between(0, 3).sample()))`, 
 
.<List<Integer>>customizeProperty(typedRoot(), CombinableArbitrary::unique)
 

Add @Seed to reproduce the randomly populated object in fixture-monkey-junit-jupiter module.

v.1.0.23

Add the flexible option for complex usage in InterfacePlugin.

Fix for generating Kotlin self-reference with default arguments.

v.1.0.22

Add compatibility with ObjectPropertyGenerator and CandidateConcretePropertyResolver.

Add regenerate when container is filtered.

Deprecate the pushExactTypePropertyCandidateResolver option. Use InterfacePlugin instead.

v.1.0.21

Deprecate the ObjectPropertyGenerator that modify child properties listed below. diff --git a/v1-1-0/index.xml b/v1-1-0/index.xml index 59b1d7230..45440580b 100644 --- a/v1-1-0/index.xml +++ b/v1-1-0/index.xml @@ -1,6 +1,7 @@ Fixture Monkey onhttps://naver.github.io/fixture-monkey/v1-1-0/Recent content in Fixture Monkey onHugo -- gohugo.ioen-USCopyright (c) 2020-2021 Henk VerlindeTue, 06 Oct 2020 08:47:36 +0000Release Noteshttps://naver.github.io/fixture-monkey/v1-1-0/release-notes/Mon, 01 Jan 0001 00:00:00 +0000https://naver.github.io/fixture-monkey/v1-1-0/release-notes/<p>sectionStart</p> <h2 id="v111">v.1.1.1 <a href="#v111" class="anchor" aria-hidden="true">#</a></h2> -<p>Fix set a recursive object</p> +<p>Fix set a recursive object.</p> +<p>Add a missing <code>giveMeJavaBuilder</code> with an object parameter.</p> <p>sectionEnd</p> <p>sectionStart</p> <h2 id="v1028">v.1.0.28 <a href="#v1028" class="anchor" aria-hidden="true">#</a></h2> @@ -15,8 +16,4 @@ <p>sectionStart</p> <h2 id="v1026">v.1.0.26 <a href="#v1026" class="anchor" aria-hidden="true">#</a></h2> <p>Add <code>PriorityConstructorArbitraryIntrospector</code></p> -<p>Add <code>korean</code> method in MonkeyStringArbitrary</p> -<p>sectionEnd</p> -<p>sectionStart</p> -<h3 id="v1025">v.1.0.25 <a href="#v1025" class="anchor" aria-hidden="true">#</a></h3> -<p>Fix concurrency issue with string generation</p>Docshttps://naver.github.io/fixture-monkey/v1-1-0/docs/Mon, 01 Jan 0001 00:00:00 +0000https://naver.github.io/fixture-monkey/v1-1-0/docs/ \ No newline at end of file +<p>Add <code>korean</code> method in MonkeyStringArbitrary</p>Docshttps://naver.github.io/fixture-monkey/v1-1-0/docs/Mon, 01 Jan 0001 00:00:00 +0000https://naver.github.io/fixture-monkey/v1-1-0/docs/ \ No newline at end of file diff --git a/v1-1-0/release-notes/index.html b/v1-1-0/release-notes/index.html index a3831cf9d..3ccfb6945 100644 --- a/v1-1-0/release-notes/index.html +++ b/v1-1-0/release-notes/index.html @@ -1,6 +1,7 @@ Release Notes Fixture Monkey

Release Notes

v.1.1.1

Fix set a recursive object

v.1.0.28

Add support for hashCode, equals, toString in anonymous object

Add enableLoggingFail option to dismiss the failed logging in FixtureMonkeyBuilder.

Add supporting for the is prefix boolean within javaGetter.

v.1.0.27

Add enableLoggingFail option as a constructor argument in FailoverIntrospector

v.1.0.26

Add PriorityConstructorArbitraryIntrospector

Add korean method in MonkeyStringArbitrary

v.1.0.25

Fix concurrency issue with string generation

Fix seed setting as annotated

Release Notes

v.1.1.1

Fix set a recursive object.

Add a missing giveMeJavaBuilder with an object parameter.

v.1.0.28

Add support for hashCode, equals, toString in anonymous object

Add enableLoggingFail option to dismiss the failed logging in FixtureMonkeyBuilder.

Add supporting for the is prefix boolean within javaGetter.

v.1.0.27

Add enableLoggingFail option as a constructor argument in FailoverIntrospector

v.1.0.26

Add PriorityConstructorArbitraryIntrospector

Add korean method in MonkeyStringArbitrary

v.1.0.25

Fix concurrency issue with string generation

Fix seed setting as annotated

v.1.0.24

Deprecate ElementJsonSubTypesObjectPropertyGenerator, PropertyJsonSubTypesObjectPropertyGenerator in fixture-monkey-jackson module. Please use the ElementJsonSubTypesConcreteTypeResolver, PropertyJsonSubTypesConcreteTypeResolver instead.

Add new APIs that generates the unique value by Values.unique(Supplier) or CombinableArbitrary.unique().

Check out the examples below.

.set("$[*]", Values.unique(() -> Arbitraries.integers().between(0, 3).sample()))`, 
 
.<List<Integer>>customizeProperty(typedRoot(), CombinableArbitrary::unique)
 

Add @Seed to reproduce the randomly populated object in fixture-monkey-junit-jupiter module.

v.1.0.23

Add the flexible option for complex usage in InterfacePlugin.

Fix for generating Kotlin self-reference with default arguments.

v.1.0.22

Add compatibility with ObjectPropertyGenerator and CandidateConcretePropertyResolver.

Add regenerate when container is filtered.

Deprecate the pushExactTypePropertyCandidateResolver option. Use InterfacePlugin instead.

v.1.0.21

Deprecate the ObjectPropertyGenerator that modify child properties listed below.