v8.0.2
·
33 commits
to refs/heads/master
since this release
What’s Changed
⭐ Improvements
- Automatically disable parameterized constructor for large types with >255 fields (#817) @jjacobs44
- Add tests to validate the generation of no args constructor (#816) @kmuthupa
- Add unit tests for lowercase type and type starting with an underscore #774 (#819) @iuliiasobolevska
🐞 Bug Fixes
- Sanitize name enum constant for Kotlin code generation as it clashes with the inherited name property from the Enum class #763 (#820) @iuliiasobolevska
- Fix bug with interface fields with
@skipcodegen
directive not being filtered out #790 (#818) @iuliiasobolevska
🔨 Dependency Upgrades
- Update
com.fasterxml.jackson.core:jackson-annotations
from 2.17.2 to 2.18.3 (#821) @dependabot[bot] - Update
com.fasterxml.jackson.core:jackson-databind
from 2.17.2 to 2.18.3 (#810) @dependabot[bot]