Skip to content

v0.7.0 🌈

Choose a tag to compare

@github-actions github-actions released this 15 May 05:14
· 668 commits to main since this release
b1e4f14

What's Changed

  • Remove beta version details from changelog and update links @xterao (#135)

New Features

  • Error message details @xterao (#162)
  • Completion for directive items @xterao (#160)
  • for directive specific word element handling @xterao (#150)
  • Code completion and code inspection for static property call package class names @xterao (#148)
  • Add SQL test data validation inspections @xterao (#136)

Bug Fixes

  • Fix to not display Dao parameter information in the document for elements defined with the for directive. @xterao (#167)
  • Do not suggest element names you define in the for directive element @xterao (#166)
  • Fix: issue where grouped conditions in block comments were recognized as bind variables @xterao (#159)
  • Fixed check for List type test data @xterao (#157)
  • Fix/formatter line comment indent @xterao (#156)
  • Fixed specific element types to be treated as primitive types @xterao (#152)
  • Fix: optional dao param type conversion @xterao (#151)
  • List type test data check and exclude else directive @xterao (#145)
  • Move PluginUtil.kt to the util package in release configuration files @xterao (#146)
  • Fix/document first for item @xterao (#142)

Dependency Updates

  • Update dependency org.jetbrains.intellij.platform to v2.6.0 @renovate[bot] (#164)
  • Update dependency org.jetbrains.kotlin.jvm to v2.1.21 @renovate[bot] (#161)
  • Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 @renovate[bot] (#143)

Full Changelog: 0.6.0...0.7.0