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
27
27
but is deprecated. It will be removed in version 1.5.0 of the library. Documentation for the new DSL is here:
28
28
https://github.com/mybatis/mybatis-dynamic-sql/blob/master/src/site/markdown/docs/kotlinWhereClauses.md
29
29
([ #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 ) )
30
34
31
35
## Release 1.3.1 - December 18, 2021
32
36
You can’t perform that action at this time.
0 commit comments