Releases: drewhamilton/Poko
Releases · drewhamilton/Poko
0.2.4
(Patch) Add code documentation to @DataApi
.
0.3.0
Update to Kotlin 1.4.0.
0.2.3
Fix equals
and hashCode
generation for long member types.
0.2.2
Allow explicit toString
, equals
, and hashCode
declarations in @DataApi
classes. When one of these is declared explicitly, that function will not be generated by Extra Care.
0.2.1
Publish with Gradle module metadata.
0.2.0
Change the Gradle plugin ID so applying the plugin is less verbose:
apply plugin: 'dev.drewhamilton.extracare'
0.1.3
Fix equals
and hashCode
generation for float and double member types. Update to Kotlin 1.3.72.
Fix release process bug preventing changes from landing in 0.1.1 and 0.1.2.
0.1.2
Fix equals
and hashCode
generation for float and double member types. Update to Kotlin 1.3.72.
0.1.1
Use Kotlin 1.3.71
0.1.0
Generate equals
, hashCode
, and toString
for any @DataApi
class.