Skip to content

Releases: appmattus/kotlinfixture

Mark dependencies as `compile` rather than `runtime`

07 May 19:35
b904878
Compare
Choose a tag to compare
0.8.2

Change dependencies to mark as `compile` rather than `runtime` in pom…

Add @JvmOverloads for better Java support

07 May 13:32
cbbb4f9
Compare
Choose a tag to compare
0.8.1

Add @JvmOverloads annotations to ease use with Java source (#40)

Filtering through sequences

05 May 22:49
0c8091b
Compare
Choose a tag to compare
0.8.0

Filtering through sequences (#38)

Add ability to create new fixture from an existing one

11 Feb 09:44
eee363d
Compare
Choose a tag to compare
0.7.1

Add ability to create new fixtures from existing ones modifying confi…

Improvements to error reporting

11 Dec 14:14
15428a3
Compare
Choose a tag to compare
0.7.0

Improve error reporting when a class doesn't resolve (#36)

Add ability to set optional strategy

29 Nov 11:29
716acf4
Compare
Choose a tag to compare
Add ability to override the optional strategy used (#35)

Fixes #33

Additional Joda time classes plus update to Kotlin 1.3.61

27 Nov 22:37
91ba644
Compare
Choose a tag to compare
Support for more Joda time classes (#32)

Plus update Kotlin to 1.3.61 and detekt to 1.2.0

Allow non-null factory to be used for nullable types

13 Nov 00:01
5051369
Compare
Choose a tag to compare
0.6.1

Allow non-null factory to be used for nullable types (#30)

Nullability strategy added to control the nullability of optionals

07 Nov 09:40
269e7ba
Compare
Choose a tag to compare
0.6.0

Keep only codecov for code coverage (#29)

Update property overrides to use Generator<*>

06 Nov 17:02
6cc578b
Compare
Choose a tag to compare
0.5.0

Update property overrides to use Generator<*> (#26)