From 682dfefad27d50781e1128872857934d727a467a Mon Sep 17 00:00:00 2001 From: "ah.jo" Date: Fri, 7 Mar 2025 12:49:14 +0900 Subject: [PATCH] Release 1.1.10 version --- README.md | 8 ++++---- build.gradle.kts | 2 +- docs/config/_default/config.toml | 2 +- docs/config/_default/params.toml | 4 ++-- .../content/v1.1.x-kor/release-notes/_index.md | 18 ++++++++++++++++++ docs/content/v1.1.x/release-notes/_index.md | 18 ++++++++++++++++++ 6 files changed, 44 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index de20a3473..f6a9cf274 100644 --- a/README.md +++ b/README.md @@ -36,13 +36,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq #### Java ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.9") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.10") ``` #### Kotlin ```groovy -testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.9") +testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.10") ``` ### Maven @@ -53,7 +53,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter - 1.1.9 + 1.1.10 test ``` @@ -64,7 +64,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1. com.navercorp.fixturemonkey fixture-monkey-starter-kotlin - 1.1.9 + 1.1.10 test ``` diff --git a/build.gradle.kts b/build.gradle.kts index 397835bb4..1ce4399d9 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -7,7 +7,7 @@ plugins { allprojects { group = "com.navercorp.fixturemonkey" - version = "1.1.10-SNAPSHOT" + version = "1.1.10" } subprojects { diff --git a/docs/config/_default/config.toml b/docs/config/_default/config.toml index 4ccdac05c..555af62ee 100644 --- a/docs/config/_default/config.toml +++ b/docs/config/_default/config.toml @@ -110,4 +110,4 @@ rel = "sitemap" target = "layouts" [params] -version = "1.1.8" +version = "1.1.10" diff --git a/docs/config/_default/params.toml b/docs/config/_default/params.toml index ff6fdcdb0..1b2201ef1 100644 --- a/docs/config/_default/params.toml +++ b/docs/config/_default/params.toml @@ -8,7 +8,7 @@ description = "" ## Documentation docsVersion = "1.0.0" -fixtureMonkeyVersion = "1.1.9" +fixtureMonkeyVersion = "1.1.10" ## Open Graph images = ["fixtureMonkey.png"] @@ -115,4 +115,4 @@ lastMod = false collapsibleSidebar = true [[params.versions]] -version = "1.1.9" +version = "1.1.10" diff --git a/docs/content/v1.1.x-kor/release-notes/_index.md b/docs/content/v1.1.x-kor/release-notes/_index.md index 3a7b5a1ab..acd7e8b6b 100644 --- a/docs/content/v1.1.x-kor/release-notes/_index.md +++ b/docs/content/v1.1.x-kor/release-notes/_index.md @@ -5,6 +5,24 @@ menu: docs: weight: 100 --- +sectionStart +## v.1.1.10 +Add support for deterministic testing with JUnit, the tests annotated by `@Seed` would be deterministic. + +Fix the functional interface instance supports `equals`, `hashCode`, `toString`. + +Fix instantiate API with Kotlin value class. + +Add support generating Kotlin constant object. + +Refactor simplifying numeric validation. + +Refactor addressing Java expGetter record. + +Refactor resolving expressions as programmatic primarily. + +sectionEnd + sectionStart ## v.1.1.9 Fix `abstractExtends` in InterfacePlugin does not support interface, please use `interafaceImplements` instead. diff --git a/docs/content/v1.1.x/release-notes/_index.md b/docs/content/v1.1.x/release-notes/_index.md index 0ac2daae3..b9c083795 100644 --- a/docs/content/v1.1.x/release-notes/_index.md +++ b/docs/content/v1.1.x/release-notes/_index.md @@ -5,6 +5,24 @@ menu: docs: weight: 100 --- +sectionStart +## v.1.1.10 +Add support for deterministic testing with JUnit, the tests annotated by `@Seed` would be deterministic. + +Fix the functional interface instance supports `equals`, `hashCode`, `toString`. + +Fix instantiate API with Kotlin value class. + +Add support generating Kotlin constant object. + +Refactor simplifying numeric validation. + +Refactor addressing Java expGetter record. + +Refactor resolving expressions as programmatic primarily. + +sectionEnd + sectionStart ## v.1.1.9 Fix `abstractExtends` in InterfacePlugin does not support interface, please use `interafaceImplements` instead.