File tree Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Expand file tree Collapse file tree 2 files changed +28
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
33This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
44
55## [ Unreleased]
6+ Nothing yet.
7+
8+ ## [ 0.1.2] - 2017-12-14
69### Added
710 - Implement persist_state parameter to automate table state persistence
811
@@ -19,5 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
1922### Added
2023 - Basic functionality
2124
22- [ Unreleased ] : https://github.com/omines/datatables-bundle/compare/0.1.1...master
25+ [ Unreleased ] : https://github.com/omines/datatables-bundle/compare/0.1.2...master
26+ [ 0.1.2 ] : https://github.com/omines/datatables-bundle/compare/0.1.1...0.1.2
2327[ 0.1.1 ] : https://github.com/omines/datatables-bundle/compare/0.1.0...0.1.1
Original file line number Diff line number Diff line change 1+ # Changelog
2+ All notable changes to `omines\datatables-bundle` will be documented in this file.
3+ This project adheres to [Semantic Versioning](http://semver.org/).
4+
5+ ## [Unreleased]
6+ ### Added
7+ - Implement persist_state parameter to automate table state persistence
8+
9+ ### Fixed
10+ - Fixed exception during template rendering when enabling searching serverside
11+ - Fixed sort behavior when defaulting field detection
12+
13+ ## [0.1.1] - 2017-12-03
14+ ### Fixed
15+ - Changed ORMAdapter autowire to manual to avoid compile time failures when optional
16+ dependencies are missing
17+
18+ ## 0.1.0 - 2017-12-01
19+ ### Added
20+ - Basic functionality
21+
22+ [Unreleased]: https://github.com/omines/datatables-bundle/compare/0.1.1...master
23+ [0.1.1]: https://github.com/omines/datatables-bundle/compare/0.1.0...0.1.1
You can’t perform that action at this time.
0 commit comments