Releases: wowselim/goldfinch
Releases · wowselim/goldfinch
4.0.0
- Migrate to KSP
- Ditch kotlinpoet metadata
3.0.1
Fix bug where nullable properties and nullable type parameters were not read correctly.
3.0.0
Generate property containers inside of sealed interface by default.
2.0.0
Updates
- kotlin 1.7.0
- kotlinpoet 1.12.0
- gradle 7.4.2
Improvements
Use value classes instead of data classes for improved performance
1.1.1
- Add visibility inheritance
1.1.0
- Add visibility modifier support for generated code (
public
/ internal
)
- Bump kotlin to 1.5.0
- Bump kotlinpoet to 1.8.0