|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [0.8.0] - 2025-05-27 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- Reference custom function definition class from config file ([#185]) |
| 10 | +- Support custom functions ([#175]) |
| 11 | +- Dynamic retrieval of source directory names ([#181]) |
| 12 | + |
| 13 | +### Bug Fixes |
| 14 | + |
| 15 | +- Enhance SQL test data validation to support case-insensitive boolean values ([#200]) |
| 16 | +- Update custom function invocation message to include class name ([#199]) |
| 17 | +- Replace Trailing Characters During Code Completion ([#196]) |
| 18 | +- Change the scope of the SQL formatting settings ([#195]) |
| 19 | +- Fix Test-Data Validation ([#193]) |
| 20 | +- Fix: Assert: must be called on EDT ([#180]) |
| 21 | +- Fix Custom Function Code Completion ([#184]) |
| 22 | +- Fix StringIndexOutOfBoundsException during file path retrieval ([#173]) |
| 23 | +- Fix missing inspections for injection files ([#172]) |
| 24 | + |
| 25 | +### Dependency Updates |
| 26 | + |
| 27 | +- Update dependency com.pinterest.ktlint:ktlint-cli to v1.6.0 ([#177]) |
| 28 | +- Update plugin org.gradle.toolchains.foojay-resolver-convention to v1 ([#178]) |
| 29 | + |
| 30 | +[#185]:https://github.com/domaframework/doma-tools-for-intellij/pull/185 |
| 31 | +[#175]:https://github.com/domaframework/doma-tools-for-intellij/pull/175 |
| 32 | +[#181]:https://github.com/domaframework/doma-tools-for-intellij/pull/181 |
| 33 | +[#200]:https://github.com/domaframework/doma-tools-for-intellij/pull/200 |
| 34 | +[#199]:https://github.com/domaframework/doma-tools-for-intellij/pull/199 |
| 35 | +[#196]:https://github.com/domaframework/doma-tools-for-intellij/pull/196 |
| 36 | +[#195]:https://github.com/domaframework/doma-tools-for-intellij/pull/195 |
| 37 | +[#193]:https://github.com/domaframework/doma-tools-for-intellij/pull/193 |
| 38 | +[#180]:https://github.com/domaframework/doma-tools-for-intellij/pull/180 |
| 39 | +[#184]:https://github.com/domaframework/doma-tools-for-intellij/pull/184 |
| 40 | +[#173]:https://github.com/domaframework/doma-tools-for-intellij/pull/173 |
| 41 | +[#172]:https://github.com/domaframework/doma-tools-for-intellij/pull/172 |
| 42 | +[#177]:https://github.com/domaframework/doma-tools-for-intellij/pull/177 |
| 43 | +[#178]:https://github.com/domaframework/doma-tools-for-intellij/pull/178 |
| 44 | + |
| 45 | + |
5 | 46 | ## [0.7.0] - 2025-05-15 |
6 | 47 |
|
7 | 48 | ### New Features |
|
268 | 309 | [#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95 |
269 | 310 | [#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96 |
270 | 311 | [#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99 |
| 312 | +[0.8.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.7.0...0.8.0 |
0 commit comments