|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [1.1.0] - 2025-06-25 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- DAO Method Parameter Validation ([#257]) |
| 10 | +- Check DAO Method Return Type ([#247]) |
| 11 | +- Factory DAO Method Check ([#272]) |
| 12 | +- Implement Return Type Checking for Select and Function Annotations ([#266]) |
| 13 | + |
| 14 | +### Bug Fixes |
| 15 | + |
| 16 | +- Expand directive incorrectly treated as bind variable directive ([#255]) |
| 17 | +- Enhance the usage checks of DAO method parameters for subtypes. ([#273]) |
| 18 | +- Fix Return Type Check ([#270]) |
| 19 | +- Resource for parameter error messages of Processor methods ([#269]) |
| 20 | +- Refactoring dao method inspections ([#274]) |
| 21 | + |
| 22 | +### Dependency Updates |
| 23 | + |
| 24 | +- Update dependency org.jetbrains.kotlin.jvm to v2.2.0 ([#271]) |
| 25 | +- Update dependency org.jetbrains.intellij.plugins:verifier-cli to v1.388 ([#258]) |
| 26 | +- Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.1 ([#253]) |
| 27 | + |
| 28 | +[#257]:https://github.com/domaframework/doma-tools-for-intellij/pull/257 |
| 29 | +[#247]:https://github.com/domaframework/doma-tools-for-intellij/pull/247 |
| 30 | +[#272]:https://github.com/domaframework/doma-tools-for-intellij/pull/272 |
| 31 | +[#266]:https://github.com/domaframework/doma-tools-for-intellij/pull/266 |
| 32 | +[#255]:https://github.com/domaframework/doma-tools-for-intellij/pull/255 |
| 33 | +[#273]:https://github.com/domaframework/doma-tools-for-intellij/pull/273 |
| 34 | +[#270]:https://github.com/domaframework/doma-tools-for-intellij/pull/270 |
| 35 | +[#269]:https://github.com/domaframework/doma-tools-for-intellij/pull/269 |
| 36 | +[#275]:https://github.com/domaframework/doma-tools-for-intellij/pull/275 |
| 37 | +[#274]:https://github.com/domaframework/doma-tools-for-intellij/pull/274 |
| 38 | +[#271]:https://github.com/domaframework/doma-tools-for-intellij/pull/271 |
| 39 | +[#258]:https://github.com/domaframework/doma-tools-for-intellij/pull/258 |
| 40 | +[#253]:https://github.com/domaframework/doma-tools-for-intellij/pull/253 |
| 41 | + |
| 42 | + |
5 | 43 | ## [1.0.0] - 2025-06-09 |
6 | 44 |
|
7 | 45 | ### Bug Fixes |
|
356 | 394 | [#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95 |
357 | 395 | [#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96 |
358 | 396 | [#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99 |
| 397 | +[1.1.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/1.0.0...1.1.0 |
0 commit comments