Skip to content

Commit e46ad8c

Browse files
committed
Fill out historical change log
1 parent 6b16765 commit e46ad8c

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,38 @@
11
# Change Log
22

3+
This log will detail notable changes to MyBatis Dynamic SQL. Full details are available on the GitHub milestone pages.
4+
35
## Release 1.1.1 (Unreleased)
46

7+
GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.1+](https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.1+)
8+
59
### Added
610

711
- Limit and offset support in the select statement
12+
- Utilities for Spring Batch
13+
- All conditions now support conditional rendering with lambdas
14+
- Select * support
15+
- Union all support
16+
17+
### Bugs Fixed
18+
19+
- Fixed self joins
20+
21+
22+
## Release 1.1.0 - April 24, 2018
23+
24+
GitHub milestone: [https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.0+](https://github.com/mybatis/mybatis-dynamic-sql/issues?q=milestone%3A1.1.0+)
25+
26+
### Added
27+
28+
- Support for optional conditions
29+
- Support for column comparison conditions
30+
- Support for sub-queries in the update statement
31+
- Support for expressions and constants in the select statement
32+
- Support for function in the update statement
33+
34+
### Bugs Fixed
835

36+
- Support group by after where
937

10-
## Release 1.1.0
38+
## Initial Release - December 17, 2017

0 commit comments

Comments
 (0)