|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.7.0] - 2025-05-15 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- Error message details ([#162]) |
| 10 | +- Completion for directive items ([#160]) |
| 11 | +- for directive specific word element handling ([#150]) |
| 12 | +- Code completion and code inspection for static property call package class names ([#148]) |
| 13 | +- Add SQL test data validation inspections ([#136]) |
| 14 | + |
| 15 | +### Bug Fixes |
| 16 | + |
| 17 | +- Fix to not display Dao parameter information in the document for elements defined with the for directive. ([#167]) |
| 18 | +- Do not suggest element names you define in the for directive element ([#166]) |
| 19 | +- Fix: issue where grouped conditions in block comments were recognized as bind variables ([#159]) |
| 20 | +- Fixed check for List type test data ([#157]) |
| 21 | +- Fix/formatter line comment indent ([#156]) |
| 22 | +- Fixed specific element types to be treated as primitive types ([#152]) |
| 23 | +- Fix: optional dao param type conversion ([#151]) |
| 24 | +- Move PluginUtil.kt to the util package in release configuration files ([#146]) |
| 25 | +- List type test data check and exclude else directive ([#145]) |
| 26 | +- Fix/document first for item ([#142]) |
| 27 | + |
| 28 | +### Dependency Updates |
| 29 | + |
| 30 | +- Update dependency org.jetbrains.intellij.platform to v2.6.0 ([#164]) |
| 31 | +- Update dependency org.jetbrains.kotlin.jvm to v2.1.21 ([#161]) |
| 32 | +- Update dependency com.google.googlejavaformat:google-java-format to v1.27.0 ([#143]) |
| 33 | + |
| 34 | +[#162]:https://github.com/domaframework/doma-tools-for-intellij/pull/162 |
| 35 | +[#160]:https://github.com/domaframework/doma-tools-for-intellij/pull/160 |
| 36 | +[#150]:https://github.com/domaframework/doma-tools-for-intellij/pull/150 |
| 37 | +[#148]:https://github.com/domaframework/doma-tools-for-intellij/pull/148 |
| 38 | +[#136]:https://github.com/domaframework/doma-tools-for-intellij/pull/136 |
| 39 | +[#167]:https://github.com/domaframework/doma-tools-for-intellij/pull/167 |
| 40 | +[#166]:https://github.com/domaframework/doma-tools-for-intellij/pull/166 |
| 41 | +[#159]:https://github.com/domaframework/doma-tools-for-intellij/pull/159 |
| 42 | +[#157]:https://github.com/domaframework/doma-tools-for-intellij/pull/157 |
| 43 | +[#156]:https://github.com/domaframework/doma-tools-for-intellij/pull/156 |
| 44 | +[#152]:https://github.com/domaframework/doma-tools-for-intellij/pull/152 |
| 45 | +[#151]:https://github.com/domaframework/doma-tools-for-intellij/pull/151 |
| 46 | +[#146]:https://github.com/domaframework/doma-tools-for-intellij/pull/146 |
| 47 | +[#145]:https://github.com/domaframework/doma-tools-for-intellij/pull/145 |
| 48 | +[#142]:https://github.com/domaframework/doma-tools-for-intellij/pull/142 |
| 49 | +[#164]:https://github.com/domaframework/doma-tools-for-intellij/pull/164 |
| 50 | +[#161]:https://github.com/domaframework/doma-tools-for-intellij/pull/161 |
| 51 | +[#143]:https://github.com/domaframework/doma-tools-for-intellij/pull/143 |
| 52 | + |
| 53 | + |
5 | 54 | ## [0.6.0] - 2025-04-30 |
6 | 55 |
|
7 | 56 | ### New Features |
|
220 | 269 | [#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95 |
221 | 270 | [#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96 |
222 | 271 | [#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99 |
| 272 | +[0.7.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.6.0...0.7.0 |
0 commit comments