From 14134a8a5c64514da8e098c387b836d8f1555e91 Mon Sep 17 00:00:00 2001 From: seongahjo Date: Tue, 3 Dec 2024 01:53:48 +0000 Subject: [PATCH] deploy: 23aeb3c5b88314a7bab2e21301765936abd7cc3a --- v1-1-0-kor/index.xml | 7 ++----- v1-1-0-kor/release-notes/index.html | 6 ++---- v1-1-0/index.xml | 7 ++----- v1-1-0/release-notes/index.html | 6 ++---- 4 files changed, 8 insertions(+), 18 deletions(-) diff --git a/v1-1-0-kor/index.xml b/v1-1-0-kor/index.xml index 31feb0ac0..b7a982894 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="v114">v.1.1.4 <a href="#v114" class="anchor" aria-hidden="true">#</a></h2> <p>Fix not registering size API if decomposing.</p> +<p>Add enrich the failed test log with seed.</p> <p>sectionEnd</p> <p>sectionStart</p> <h2 id="v113">v.1.1.3 <a href="#v113" class="anchor" aria-hidden="true">#</a></h2> @@ -18,8 +19,4 @@ <p>sectionEnd</p> <p>sectionStart</p> <h2 id="v1029">v.1.0.29 <a href="#v1029" class="anchor" aria-hidden="true">#</a></h2> -<p>Fix generating empty String with @Size annotation.</p> -<p>sectionEnd</p> -<p>sectionStart</p> -<h2 id="v1028">v.1.0.28 <a href="#v1028" class="anchor" aria-hidden="true">#</a></h2> -<p>Add support for <code>hashCode</code>, <code>equals</code>, <code>toString</code> in anonymous object</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>Fix generating empty String with @Size annotation.</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 9f3827a4d..fd0f8f9e5 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.4

Fix not registering size API if decomposing.

v.1.1.3

Fix generating empty String with @Size annotation.

v.1.1.2

Fix setting recursive implementations of self reference object.

Fix registering JavaBuilder and KotlinBuilder.

v.1.1.1

Fix set a recursive object.

Add a missing giveMeJavaBuilder with an object parameter.

v.1.0.29

Fix generating empty String with @Size annotation.

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.4

Fix not registering size API if decomposing.

Add enrich the failed test log with seed.

v.1.1.3

Fix generating empty String with @Size annotation.

v.1.1.2

Fix setting recursive implementations of self reference object.

Fix registering JavaBuilder and KotlinBuilder.

v.1.1.1

Fix set a recursive object.

Add a missing giveMeJavaBuilder with an object parameter.

v.1.0.29

Fix generating empty String with @Size annotation.

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 aa7b57deb..053861ea9 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="v114">v.1.1.4 <a href="#v114" class="anchor" aria-hidden="true">#</a></h2> <p>Fix not registering size API if decomposing.</p> +<p>Add enrich the failed test log with seed.</p> <p>sectionEnd</p> <p>sectionStart</p> <h2 id="v113">v.1.1.3 <a href="#v113" class="anchor" aria-hidden="true">#</a></h2> @@ -18,8 +19,4 @@ <p>sectionEnd</p> <p>sectionStart</p> <h2 id="v1029">v.1.0.29 <a href="#v1029" class="anchor" aria-hidden="true">#</a></h2> -<p>Fix generating empty String with @Size annotation.</p> -<p>sectionEnd</p> -<p>sectionStart</p> -<h2 id="v1028">v.1.0.28 <a href="#v1028" class="anchor" aria-hidden="true">#</a></h2> -<p>Add support for <code>hashCode</code>, <code>equals</code>, <code>toString</code> in anonymous object</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>Fix generating empty String with @Size annotation.</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 830cd4395..dd4f6fb3e 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.4

Fix not registering size API if decomposing.

v.1.1.3

Fix generating empty String with @Size annotation.

v.1.1.2

Fix setting recursive implementations of self reference object.

Fix registering JavaBuilder and KotlinBuilder.

v.1.1.1

Fix set a recursive object.

Add a missing giveMeJavaBuilder with an object parameter.

v.1.0.29

Fix generating empty String with @Size annotation.

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.4

Fix not registering size API if decomposing.

Add enrich the failed test log with seed.

v.1.1.3

Fix generating empty String with @Size annotation.

v.1.1.2

Fix setting recursive implementations of self reference object.

Fix registering JavaBuilder and KotlinBuilder.

v.1.1.1

Fix set a recursive object.

Add a missing giveMeJavaBuilder with an object parameter.

v.1.0.29

Fix generating empty String with @Size annotation.

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.