|
2 | 2 |
|
3 | 3 | ## [Unreleased] |
4 | 4 |
|
| 5 | +## [2.0.0] - 2025-08-04 |
| 6 | + |
| 7 | +### New Features |
| 8 | + |
| 9 | +- Sql Format Official Version ([#289]) |
| 10 | + |
| 11 | +### Bug Fixes |
| 12 | + |
| 13 | +- Support for Using `@DataType`-Annotated Records in DAO Method Return and Parameter Types ([#350]) |
| 14 | +- Fix primitive type validation for DAO method return types ([#352]) |
| 15 | +- Update Japanese localization for DAO parameter inspection messages ([#317]) |
| 16 | + |
| 17 | +### Dependency Updates |
| 18 | + |
| 19 | +- Update dependency org.jetbrains.changelog to v2.3.0 ([#340]) |
| 20 | +- Update dependency org.jetbrains.intellij.platform to v2.7.0 ([#339]) |
| 21 | +- Update plugin spotless to v7.2.1 ([#327]) |
| 22 | +- Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.1 ([#326]) |
| 23 | +- Update plugin spotless to v7.2.0 ([#325]) |
| 24 | +- Update dependency com.fasterxml.jackson.module:jackson-module-kotlin to v2.19.2 ([#324]) |
| 25 | +- Update dependency com.pinterest.ktlint:ktlint-cli to v1.7.0 ([#315]) |
| 26 | +- Update dependency com.google.googlejavaformat:google-java-format to v1.28.0 ([#309]) |
| 27 | +- Update plugin spotless to v7.1.0 ([#299]) |
| 28 | + |
| 29 | +[#289]:https://github.com/domaframework/doma-tools-for-intellij/pull/289 |
| 30 | +[#350]:https://github.com/domaframework/doma-tools-for-intellij/pull/350 |
| 31 | +[#352]:https://github.com/domaframework/doma-tools-for-intellij/pull/352 |
| 32 | +[#317]:https://github.com/domaframework/doma-tools-for-intellij/pull/317 |
| 33 | +[#340]:https://github.com/domaframework/doma-tools-for-intellij/pull/340 |
| 34 | +[#339]:https://github.com/domaframework/doma-tools-for-intellij/pull/339 |
| 35 | +[#327]:https://github.com/domaframework/doma-tools-for-intellij/pull/327 |
| 36 | +[#326]:https://github.com/domaframework/doma-tools-for-intellij/pull/326 |
| 37 | +[#325]:https://github.com/domaframework/doma-tools-for-intellij/pull/325 |
| 38 | +[#324]:https://github.com/domaframework/doma-tools-for-intellij/pull/324 |
| 39 | +[#315]:https://github.com/domaframework/doma-tools-for-intellij/pull/315 |
| 40 | +[#309]:https://github.com/domaframework/doma-tools-for-intellij/pull/309 |
| 41 | +[#299]:https://github.com/domaframework/doma-tools-for-intellij/pull/299 |
| 42 | + |
| 43 | + |
5 | 44 | ## [1.1.1] - 2025-07-03 |
6 | 45 |
|
7 | 46 | ### Bug Fixes |
|
403 | 442 | [#95]: https://github.com/domaframework/doma-tools-for-intellij/pull/95 |
404 | 443 | [#96]: https://github.com/domaframework/doma-tools-for-intellij/pull/96 |
405 | 444 | [#99]: https://github.com/domaframework/doma-tools-for-intellij/pull/99 |
| 445 | +[2.0.0]: https://github.com/domaframework/doma-tools-for-intellij/compare/1.1.1...2.0.0 |
0 commit comments