File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,9 @@ GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=miles
1111 we did not support the grouping of criteria at the beginning of a where clause or the beginning of an and/or
1212 condition. Adding this support required significant refactoring, but that should be transparent to most users.
1313 ([ #434 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/434 ) )
14+ 2 . Remove deprecated "when" and "then" methods on all conditions. The methods have been replaced by more appropriately
15+ named "filter" and "map" methods that function as expected for method chaining.
16+ ([ #435 ] ( https://github.com/mybatis/mybatis-dynamic-sql/pull/435 ) )
1417
1518## Release 1.3.1 - December 18, 2021
1619
You can’t perform that action at this time.
0 commit comments