2022_05_18
- Support sealed interface.
- Fix bugs!
- Update Kotlin, Dokka, KSP to 1.6.21.
- Use
Happy
to generate helper functions for result classes inhappy-processor-common
library itself.
2021_12_30
- Update Kotlin to 1.6.10 and other libraries to related version
2021_11_15
- Support
elvis
function. - Support KSP, Kotlin Symbol Processing.
- Fix bugs of course!
2021_01_06
- Support Generics
2021-01-02
- Implement
HappyProcessor
. It handles- Flat definition of
sealed
classes - Nested definition of
sealed
classes - In case of two options it avoid generating DSL, just a simple callback.
- Flat definition of