|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.5.0] - 2025-04-11 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- Function Parameter Block Code Completion ([#80]) |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +- Add option --no-configuration-cache ([#96]) |
| 14 | +- Execute the required processing within `doLast`. ([#95]) |
| 15 | +- Call project before the task execution phase. ([#94]) |
| 16 | +- Null check for virtualFile ([#92]) |
| 17 | +- SQL format call log ([#88]) |
| 18 | +- Prevents the post processor from running if the usage flag is False ([#89]) |
| 19 | +- Strengthen checks when referencing nullable objects. ([#87]) |
| 20 | +- Fix/formatter indent ([#86]) |
| 21 | +- inspection in function parameters ([#82]) |
| 22 | +- Fix:Strings are concatenated when completing code for % directives ([#79]) |
| 23 | + |
| 24 | +### Maintenance |
| 25 | + |
| 26 | +- Automating development version updates ([#93]) |
| 27 | +- Add beta to Build Version ([#91]) |
| 28 | + |
| 29 | +### Dependency Updates |
| 30 | + |
| 31 | +- Update plugin org.gradle.toolchains.foojay-resolver-convention to v0.10.0 ([#90]) |
| 32 | +- Update plugin spotless to v7.0.3 ([#78]) |
| 33 | +- Update dependency org.jetbrains.intellij.platform to v2.5.0 ([#62]) |
| 34 | + |
| 35 | +[#80]:https://github.com/domaframework/doma-tools-for-intellij/pull/80 |
| 36 | +[#96]:https://github.com/domaframework/doma-tools-for-intellij/pull/96 |
| 37 | +[#95]:https://github.com/domaframework/doma-tools-for-intellij/pull/95 |
| 38 | +[#94]:https://github.com/domaframework/doma-tools-for-intellij/pull/94 |
| 39 | +[#92]:https://github.com/domaframework/doma-tools-for-intellij/pull/92 |
| 40 | +[#88]:https://github.com/domaframework/doma-tools-for-intellij/pull/88 |
| 41 | +[#89]:https://github.com/domaframework/doma-tools-for-intellij/pull/89 |
| 42 | +[#87]:https://github.com/domaframework/doma-tools-for-intellij/pull/87 |
| 43 | +[#86]:https://github.com/domaframework/doma-tools-for-intellij/pull/86 |
| 44 | +[#82]:https://github.com/domaframework/doma-tools-for-intellij/pull/82 |
| 45 | +[#79]:https://github.com/domaframework/doma-tools-for-intellij/pull/79 |
| 46 | +[#93]:https://github.com/domaframework/doma-tools-for-intellij/pull/93 |
| 47 | +[#91]:https://github.com/domaframework/doma-tools-for-intellij/pull/91 |
| 48 | +[#90]:https://github.com/domaframework/doma-tools-for-intellij/pull/90 |
| 49 | +[#78]:https://github.com/domaframework/doma-tools-for-intellij/pull/78 |
| 50 | +[#62]:https://github.com/domaframework/doma-tools-for-intellij/pull/62 |
| 51 | + |
| 52 | + |
5 | 53 | ## [0.4.0] - 2025-04-07 |
6 | 54 |
|
7 | 55 | ### New Features |
|
136 | 184 | [0.3.1]: https://github.com/domaframework/doma-tools-for-intellij/compare/v0.3.0...0.3.1 |
137 | 185 | [0.3.2]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.1...0.3.2 |
138 | 186 | [0.4.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.3.2...0.4.0 |
| 187 | +[0.5.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.4.0...0.5.0 |
0 commit comments