Skip to content

v0.8.0

Compare
Choose a tag to compare
@ty1824 ty1824 released this 27 Jul 08:53
· 4 commits to main since this release
9ff9251

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