Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 783 Bytes

CHANGELOG.md

File metadata and controls

40 lines (25 loc) · 783 Bytes

CHANGE LOG

Version 0.1.1

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 in happy-processor-common library itself.

Version 0.1.0

2021_12_30

  • Update Kotlin to 1.6.10 and other libraries to related version

Version 0.0.3

2021_11_15

  • Support elvis function.
  • Support KSP, Kotlin Symbol Processing.
  • Fix bugs of course!

Version 0.0.2

2021_01_06

  • Support Generics

Version 0.0.1

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.