|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [1.0.0] - 2025-06-09 |
| 6 | + |
| 7 | +### Bug Fixes |
| 8 | + |
| 9 | +- No error when static field-access element shares the same name as a parameter ([#243]) |
| 10 | +- No error when a field-access element shares the same name as a parameter ([#241]) |
| 11 | +- Test data check skipped for directives at end of file ([#214]) |
| 12 | +- Add fallback for parent class name retrieval in validation property result ([#216]) |
| 13 | +- Code completion fails after existing values in method arguments ([#215]) |
| 14 | +- Instance member suggestions missing inside static property call arguments ([#213]) |
| 15 | +- Cannot resolve references from within argument-parameter elements ([#207]) |
| 16 | +- Update error messages ([#205]) |
| 17 | +- Reflect Custom Error Levels in DAO Method Inspection ([#232]) |
| 18 | +- Fix FieldAccess code completion ([#229]) |
| 19 | +- Fix code completion for static field access ([#226]) |
| 20 | + |
| 21 | +### Maintenance |
| 22 | + |
| 23 | +- Refactor: Split inspection logic ([#230]) |
| 24 | +- Add pull request trigger to release drafter workflow ([#168]) |
| 25 | + |
| 26 | +### Dependency Updates |
| 27 | + |
| 28 | +- Update dependency gradle to v8.14.2 ([#242]) |
| 29 | +- Update plugin verifier version to 1.386 ([#209]) |
| 30 | +- Update pluginVerifier version in dependencies and build configuration ([#218]) |
| 31 | +- Update plugin spotless to v7.0.4 ([#203]) |
| 32 | +- Update dependency gradle to v8.14.1 ([#188]) |
| 33 | + |
| 34 | +[#243]:https://github.com/domaframework/doma-tools-for-intellij/pull/243 |
| 35 | +[#242]:https://github.com/domaframework/doma-tools-for-intellij/pull/242 |
| 36 | +[#241]:https://github.com/domaframework/doma-tools-for-intellij/pull/241 |
| 37 | +[#214]:https://github.com/domaframework/doma-tools-for-intellij/pull/214 |
| 38 | +[#216]:https://github.com/domaframework/doma-tools-for-intellij/pull/216 |
| 39 | +[#215]:https://github.com/domaframework/doma-tools-for-intellij/pull/215 |
| 40 | +[#213]:https://github.com/domaframework/doma-tools-for-intellij/pull/213 |
| 41 | +[#207]:https://github.com/domaframework/doma-tools-for-intellij/pull/207 |
| 42 | +[#205]:https://github.com/domaframework/doma-tools-for-intellij/pull/205 |
| 43 | +[#232]:https://github.com/domaframework/doma-tools-for-intellij/pull/232 |
| 44 | +[#229]:https://github.com/domaframework/doma-tools-for-intellij/pull/229 |
| 45 | +[#226]:https://github.com/domaframework/doma-tools-for-intellij/pull/226 |
| 46 | +[#230]:https://github.com/domaframework/doma-tools-for-intellij/pull/230 |
| 47 | +[#168]:https://github.com/domaframework/doma-tools-for-intellij/pull/168 |
| 48 | +[#209]:https://github.com/domaframework/doma-tools-for-intellij/pull/209 |
| 49 | +[#218]:https://github.com/domaframework/doma-tools-for-intellij/pull/218 |
| 50 | +[#203]:https://github.com/domaframework/doma-tools-for-intellij/pull/203 |
| 51 | +[#188]:https://github.com/domaframework/doma-tools-for-intellij/pull/188 |
| 52 | + |
| 53 | + |
5 | 54 | ## [0.8.0] - 2025-05-27 |
6 | 55 |
|
7 | 56 | ### New Features |
|
308 | 357 | [#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95 |
309 | 358 | [#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96 |
310 | 359 | [#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99 |
| 360 | +[1.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/0.8.0...1.0.0 |
0 commit comments