Skip to content

Commit 682dfef

Browse files
committed
Release 1.1.10 version
1 parent 8bf295e commit 682dfef

6 files changed

Lines changed: 44 additions & 8 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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
```

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ plugins {
77

88
allprojects {
99
group = "com.navercorp.fixturemonkey"
10-
version = "1.1.10-SNAPSHOT"
10+
version = "1.1.10"
1111
}
1212

1313
subprojects {

docs/config/_default/config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,4 +110,4 @@ rel = "sitemap"
110110
target = "layouts"
111111

112112
[params]
113-
version = "1.1.8"
113+
version = "1.1.10"

docs/config/_default/params.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ description = ""
88

99
## Documentation
1010
docsVersion = "1.0.0"
11-
fixtureMonkeyVersion = "1.1.9"
11+
fixtureMonkeyVersion = "1.1.10"
1212

1313
## Open Graph
1414
images = ["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"

docs/content/v1.1.x-kor/release-notes/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ menu:
55
docs:
66
weight: 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+
826
sectionStart
927
## v.1.1.9
1028
Fix `abstractExtends` in InterfacePlugin does not support interface, please use `interafaceImplements` instead.

docs/content/v1.1.x/release-notes/_index.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ menu:
55
docs:
66
weight: 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+
826
sectionStart
927
## v.1.1.9
1028
Fix `abstractExtends` in InterfacePlugin does not support interface, please use `interafaceImplements` instead.

0 commit comments

Comments
 (0)