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.3.0] - Not Released Yet (available in SNAPSHOT)
1+ ## [ 0.3.0] - May 13th 2021
22
33Auto generation for additional types:
44
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.2 .0" )
26+ testImplementation(" io.github.hellocuriosity:model-forge:0.3 .0" )
2727}
2828```
2929
@@ -34,7 +34,7 @@ dependencies {
3434
3535``` groovy
3636dependencies {
37- testImplementation 'io.github.hellocuriosity:model-forge:0.2 .0'
37+ testImplementation 'io.github.hellocuriosity:model-forge:0.3 .0'
3838}
3939```
4040
@@ -53,7 +53,7 @@ repositories {
5353}
5454
5555dependencies {
56- testImplementation(" io.github.hellocuriosity:model-forge:0.2 .0.xx-SNAPSHOT" )
56+ testImplementation(" io.github.hellocuriosity:model-forge:0.3 .0.xx-SNAPSHOT" )
5757}
5858```
5959
@@ -68,7 +68,7 @@ repositories {
6868}
6969
7070dependencies {
71- testImplementation 'io.github.hellocuriosity:model-forge:0.2 .0.xx-SNAPSHOT'
71+ testImplementation 'io.github.hellocuriosity:model-forge:0.3 .0.xx-SNAPSHOT'
7272}
7373```
7474
@@ -117,12 +117,12 @@ val testObjects: List<TestObject> by forgeries()
117117Model Forge currently supports the auto generation for the following types:
118118
119119* Boolean
120- * Calendar (SNAPSHOT only)
120+ * Calendar
121121* Date
122122* Double
123123* Float
124124* Int
125- * Instant (SNAPSHOT only)
125+ * Instant
126126* Long
127127* String
128128
You can’t perform that action at this time.
0 commit comments