File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,10 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
2727 but is deprecated. It will be removed in version 1.5.0 of the library. Documentation for the new DSL is here:
2828 https://github.com/mybatis/mybatis-dynamic-sql/blob/master/src/site/markdown/docs/kotlinWhereClauses.md
2929 ([ #442 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/442 ) )
30+ 5 . General cleanup of the Kotlin DSL. The Kotlin DSL functions are now mostly Unit functions. This should have
31+ no impact on most users and is source code compatible with prior versions of the library when the library was used
32+ as described in the documentation. This change greatly simplifies the type hierarchy of the Kotlin builders.
33+ ([ #446 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/446 ) )
3034
3135## Release 1.3.1 - December 18, 2021
3236
You can’t perform that action at this time.
0 commit comments