v0.8.0
Dialector
- Fixed a nullable cast bug in the resolve extension
- Now allows properties with default values. The hasDefault property must be set on the @Property annotation and a default getter must be provided by the property
- Attempted to add formatting capabilities to the Dialector code generator. This is disabled until a reflective access bug is fixed by the ktlint team/their upstream libraries.
Inkt
- Formalized the error messaging when a cycle occurs so it is more useful and complete.
What's Changed
Full Changelog: v0.7.0...v0.8.0