File tree Expand file tree Collapse file tree 6 files changed +36
-8
lines changed
Expand file tree Collapse file tree 6 files changed +36
-8
lines changed Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ Add Fixture Monkey to your project:
3434
3535``` groovy
3636// Java
37- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.14 ")
37+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter:1.1.15 ")
3838
3939// Kotlin
40- testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.14 ")
40+ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.1.15 ")
4141```
4242
4343### Maven
@@ -47,15 +47,15 @@ testImplementation("com.navercorp.fixturemonkey:fixture-monkey-starter-kotlin:1.
4747<dependency >
4848 <groupId >com.navercorp.fixturemonkey</groupId >
4949 <artifactId >fixture-monkey-starter</artifactId >
50- <version >1.1.14 </version >
50+ <version >1.1.15 </version >
5151 <scope >test</scope >
5252</dependency >
5353
5454<!-- Kotlin -->
5555<dependency >
5656 <groupId >com.navercorp.fixturemonkey</groupId >
5757 <artifactId >fixture-monkey-starter-kotlin</artifactId >
58- <version >1.1.14 </version >
58+ <version >1.1.15 </version >
5959 <scope >test</scope >
6060</dependency >
6161```
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.15-SNAPSHOT "
10+ version = " 1.1.15"
1111}
1212
1313subprojects {
Original file line number Diff line number Diff line change @@ -112,4 +112,4 @@ rel = "sitemap"
112112 target = " layouts"
113113
114114[params ]
115- version = " 1.1.14 "
115+ version = " 1.1.15 "
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.14 "
11+ fixtureMonkeyVersion = " 1.1.15 "
1212
1313# # Open Graph
1414images = [" fixtureMonkey.png" ]
@@ -115,4 +115,4 @@ lastMod = false
115115 collapsibleSidebar = true
116116
117117[[params .versions ]]
118- version = " 1.1.14 "
118+ version = " 1.1.15 "
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ weight: 100
77---
88
99## v1.1.x
10+ ### v1.1.15
11+ Fix recursive invocation of Kotlin customizeProperty function
12+
13+ Add ByteCombinableArbitrary
14+
15+ Fix Typo in JakartaArbitraryValidator ValidationFailedException message
16+
17+ Add DataFaker arbitrary generators and plugin
18+
19+ Fix copy ArbitraryBuilderContext with optionValidOnly and customizedValueOnly
20+
21+ Fix validate container expression for size in strict mode
22+
23+ Add file based seed initialization
1024
1125### v1.1.14
1226Fix the property instantiation within the register option
Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ weight: 100
77---
88
99## v1.1.x
10+ ### v1.1.15
11+ Fix recursive invocation of Kotlin customizeProperty function
12+
13+ Add ByteCombinableArbitrary
14+
15+ Fix Typo in JakartaArbitraryValidator ValidationFailedException message
16+
17+ Add DataFaker arbitrary generators and plugin
18+
19+ Fix copy ArbitraryBuilderContext with optionValidOnly and customizedValueOnly
20+
21+ Fix validate container expression for size in strict mode
22+
23+ Add file based seed initialization
1024
1125### v1.1.14
1226Fix the property instantiation within the register option
You can’t perform that action at this time.
0 commit comments