Maven Central
https://repo1.maven.org/maven2/tech/harmonysoft/kotlin-baker/
jCenter
https://repo.jfrog.org/artifactory/libs-release-bintray/tech/harmonysoft/kotlin-baker/
v.1.0.13
v.1.0.12
v.1.0.11
- [IllegalArgumentException when retrieving a parameter of type Map<T, Collection
>](https://github.com/denis-zhdanov/kotlin-baker/issues/23)
v.1.0.10
v.1.0.9
v.1.0.8
- [Auto-detect Map<String, List
> for Any static type](https://github.com/denis-zhdanov/kotlin-baker/issues/19)
v.1.0.7
v.1.0.6
v.1.0.5
v.1.0.4
- Respect nullable collection properties
- Report a situation when there is a simple value instead of collection value
- Support enum map keys out of the box
- Consider Unit response from type converter as ‘not supported
- Consider Unit response from collection creator as “can’t create”
v.1.0.3
- Make sure the simple types check works in a IS-A manner
- Support enums by default
- Support java.time.ZoneId out of the box
v.1.0.2
v.1.0.1
v.1.0.0
- initial