File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- ## [ 0.8.0] - Not released yet
1+ ## [ 0.8.0] - December 7th 2021
22
33* Auto generation for additional types:
44 * Byte
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ Model Forge is a library to automate model generation for automated testing:
2323
2424``` kotlin
2525dependencies {
26- testImplementation(" io.github.hellocuriosity:model-forge:0.7.4 " )
26+ testImplementation(" io.github.hellocuriosity:model-forge:0.8.0 " )
2727}
2828```
2929
@@ -34,7 +34,7 @@ dependencies {
3434
3535``` groovy
3636dependencies {
37- testImplementation 'io.github.hellocuriosity:model-forge:0.7.4 '
37+ testImplementation 'io.github.hellocuriosity:model-forge:0.8.0 '
3838}
3939```
4040
@@ -53,7 +53,7 @@ repositories {
5353}
5454
5555dependencies {
56- testImplementation(" io.github.hellocuriosity:model-forge:0.7.4 .xx-SNAPSHOT" )
56+ testImplementation(" io.github.hellocuriosity:model-forge:0.8.0 .xx-SNAPSHOT" )
5757}
5858```
5959
@@ -68,7 +68,7 @@ repositories {
6868}
6969
7070dependencies {
71- testImplementation 'io.github.hellocuriosity:model-forge:0.7.4 .xx-SNAPSHOT'
71+ testImplementation 'io.github.hellocuriosity:model-forge:0.8.0 .xx-SNAPSHOT'
7272}
7373```
7474
@@ -165,9 +165,9 @@ Model Forge currently supports the auto generation for the following types:
165165### Types
166166
167167* Boolean
168- * Byte (snapshot)
168+ * Byte
169169* Calendar
170- * Char (snapshot)
170+ * Char
171171* Date
172172* Double
173173* Enums
@@ -176,14 +176,14 @@ Model Forge currently supports the auto generation for the following types:
176176* Int
177177* Instant
178178* Long
179- * Short (snapshot)
179+ * Short
180180* String
181- * UUID (snapshot)
181+ * UUID
182182
183183### Collections
184184
185185* List
186- * Set (snapshot)
186+ * Set
187187
188188_ Can't find your data type? Feel free to create a pull request or open an issue_ :parachute :
189189
You can’t perform that action at this time.
0 commit comments