Releases: toolisticon/kotlin-code-generation
Releases · toolisticon/kotlin-code-generation
0.1.0
0.0.10
0.0.9
0.0.8
0.0.7
Note: all 0.0.x releases are still considered experimental, API may change without warning.
🚀 Enhancements & Features
- Feature/51 delegate list and map #53
- Provide convenience builders for forwarding list/map #51
- AnnotationSpec: Collect members and add one single codeBlock #50
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
0.0.6
0.0.5
0.0.4
🚀 Enhancements & Features
🐛 Bug Fixes
❤️ Contributors
We'd like to thank all the contributors who worked on this release!
0.0.3
Note: all 0.0.x releases are still considered experimental, API may change without warning
🚀 Enhancements & Features
- update kotlin 2.0.20, use parent 2024.8.3 #28
- GeneratedAnnotation: avoid multiline #24
- extract KotlinTypeSpecHolderBuilder for every builder that supports adding types #18
- add
toFileSpec
to all specs implementingTypesSpecSupplier
#17
🐛 Bug Fixes
- GeneratedAnnotation: value has to be String array #15
🛠️ Chore
- update parent 2024.8.2 #16
0.0.2
Note: all 0.0.x releases are still considered experimental, API may change without warning
Breaking:
- removed opt-in maven compiler configuration: Experimental features of kotlin-poet and kotlinx-serialization are now propgated and the user of this lib has to decide to opt-in or re-propagate.