File tree Expand file tree Collapse file tree 5 files changed +28
-4
lines changed
kotlin/org/domaframework/doma/intellij/common/util Expand file tree Collapse file tree 5 files changed +28
-4
lines changed Original file line number Diff line number Diff line change 22
33## [ Unreleased]
44
5+ ## [ 1.1.0] - 2025-06-19
6+
7+ ### New Features
8+
9+ - DAO Method Parameter Validation ([ #257 ] )
10+ - Check DAO Method Return Type ([ #247 ] )
11+
12+ ### Bug Fixes
13+
14+ - Expand directive incorrectly treated as bind variable directive ([ #255 ] )
15+
16+ ### Dependency Updates
17+
18+ - Update dependency org.jetbrains.intellij.plugins: verifier-cli to v1.388 ([ #258 ] )
19+ - Update dependency com.fasterxml.jackson.module: jackson-module-kotlin to v2.19.1 ([ #253 ] )
20+
21+ [ #257 ] :https://github.com/domaframework/doma-tools-for-intellij/pull/257
22+ [ #247 ] :https://github.com/domaframework/doma-tools-for-intellij/pull/247
23+ [ #255 ] :https://github.com/domaframework/doma-tools-for-intellij/pull/255
24+ [ #258 ] :https://github.com/domaframework/doma-tools-for-intellij/pull/258
25+ [ #253 ] :https://github.com/domaframework/doma-tools-for-intellij/pull/253
26+
27+
528## [ 1.0.0] - 2025-06-09
629
730### Bug Fixes
356379[ #95 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/95
357380[ #96 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/96
358381[ #99 ] : https://github.com/domaframework/doma-tools-for-intellij/pull/99
382+ [ 1.1.0 ] : https://github.com/domaframework/doma-tools-for-intellij/compare/1.0.0...1.1.0
Original file line number Diff line number Diff line change 11pluginGroup = org.domaframework.doma.intellij
22pluginName = Doma Tools for IntelliJ
33pluginRepositoryUrl = https://github.com/domaframework/doma-tools-for-intellij
4- pluginVersion = 1.1.0-beta
4+ pluginVersion = 1.1.0
55
66pluginSinceBuild =231
77
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ import com.intellij.ide.plugins.PluginManagerCore
1919import com.intellij.openapi.extensions.PluginId
2020
2121const val PLUGIN_ID = " org.domaframework.doma.intellij"
22- const val PLUGIN_VERSION = " 1.1.0-beta "
22+ const val PLUGIN_VERSION = " 1.1.0"
2323
2424open class PluginUtil {
2525 companion object {
Original file line number Diff line number Diff line change 22<configuration scan =" true" >
33 <property resource =" logback.properties" />
44 <property name =" LOG_FILE_BASE_DIR" value =" ${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5- <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-1.1.0-beta }" />
5+ <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-1.1.0}" />
66
77 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
88 <encoder >
Original file line number Diff line number Diff line change 22<configuration scan =" true" >
33 <property resource =" logback.properties" />
44 <property name =" LOG_FILE_BASE_DIR" value =" ${org.domaframework.doma.intellij.log.path:-/doma-tools}" />
5- <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-1.1.0-beta }" />
5+ <property name =" LOG_FILE_VERSION" value =" ${org.domaframework.doma.intellij.plugin.version:-1.1.0}" />
66
77 <appender name =" STDOUT" class =" ch.qos.logback.core.ConsoleAppender" >
88 <encoder >
You can’t perform that action at this time.
0 commit comments