File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,13 +36,13 @@ Each primitive type property is generated by [Jqwik](https://github.com/jlink/jq
3636#### Java
3737
3838``` groovy
39- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.9 ")
39+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.10 ")
4040```
4141
4242#### Kotlin
4343
4444``` groovy
45- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.9 ")
45+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.10 ")
4646```
4747
4848### Maven
@@ -53,7 +53,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
5353<dependency >
5454 <groupId >com.navercorp.fixturemonkey</groupId >
5555 <artifactId >fixture-monkey-starter</artifactId >
56- <version >1.1.9 </version >
56+ <version >1.1.10 </version >
5757 <scope >test</scope >
5858</dependency >
5959```
@@ -64,7 +64,7 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
6464<dependency >
6565 <groupId >com.navercorp.fixturemonkey</groupId >
6666 <artifactId >fixture-monkey-starter-kotlin</artifactId >
67- <version >1.1.9 </version >
67+ <version >1.1.10 </version >
6868 <scope >test</scope >
6969</dependency >
7070```
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ plugins {
77
88allprojects {
99 group = " com.navercorp.fixturemonkey"
10- version = " 1.1.10-SNAPSHOT "
10+ version = " 1.1.10"
1111}
1212
1313subprojects {
Original file line number Diff line number Diff line change @@ -110,4 +110,4 @@ rel = "sitemap"
110110 target = " layouts"
111111
112112[params ]
113- version = " 1.1.8 "
113+ version = " 1.1.10 "
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ description = ""
88
99# # Documentation
1010docsVersion = " 1.0.0"
11- fixtureMonkeyVersion = " 1.1.9 "
11+ fixtureMonkeyVersion = " 1.1.10 "
1212
1313# # Open Graph
1414images = [" fixtureMonkey.png" ]
@@ -115,4 +115,4 @@ lastMod = false
115115 collapsibleSidebar = true
116116
117117[[params .versions ]]
118- version = " 1.1.9 "
118+ version = " 1.1.10 "
Original file line number Diff line number Diff line change 55docs :
66weight : 100
77---
8+ sectionStart
9+ ## v.1.1.10
10+ Add support for deterministic testing with JUnit, the tests annotated by ` @Seed ` would be deterministic.
11+
12+ Fix the functional interface instance supports ` equals ` , ` hashCode ` , ` toString ` .
13+
14+ Fix instantiate API with Kotlin value class.
15+
16+ Add support generating Kotlin constant object.
17+
18+ Refactor simplifying numeric validation.
19+
20+ Refactor addressing Java expGetter record.
21+
22+ Refactor resolving expressions as programmatic primarily.
23+
24+ sectionEnd
25+
826sectionStart
927## v.1.1.9
1028Fix ` abstractExtends ` in InterfacePlugin does not support interface, please use ` interafaceImplements ` instead.
Original file line number Diff line number Diff line change 55docs :
66weight : 100
77---
8+ sectionStart
9+ ## v.1.1.10
10+ Add support for deterministic testing with JUnit, the tests annotated by ` @Seed ` would be deterministic.
11+
12+ Fix the functional interface instance supports ` equals ` , ` hashCode ` , ` toString ` .
13+
14+ Fix instantiate API with Kotlin value class.
15+
16+ Add support generating Kotlin constant object.
17+
18+ Refactor simplifying numeric validation.
19+
20+ Refactor addressing Java expGetter record.
21+
22+ Refactor resolving expressions as programmatic primarily.
23+
24+ sectionEnd
25+
826sectionStart
927## v.1.1.9
1028Fix ` abstractExtends ` in InterfacePlugin does not support interface, please use ` interafaceImplements ` instead.
You can’t perform that action at this time.
0 commit comments