Skip to content

Commit 933eab9

Browse files
committed
Prepare 0.1.2 release
1 parent 7f12b6e commit 933eab9

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
33
This 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

CHANGELOG.md~

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
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

0 commit comments

Comments
 (0)