Skip to content

Commit

Permalink
Prepare 0.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Dec 13, 2017
1 parent 7f12b6e commit 933eab9
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ All notable changes to `omines\datatables-bundle` will be documented in this fil
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
Nothing yet.

## [0.1.2] - 2017-12-14
### Added
- Implement persist_state parameter to automate table state persistence

Expand All @@ -19,5 +22,6 @@ This project adheres to [Semantic Versioning](http://semver.org/).
### Added
- Basic functionality

[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.1.1...master
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.1.2...master
[0.1.2]: https://github.com/omines/datatables-bundle/compare/0.1.1...0.1.2
[0.1.1]: https://github.com/omines/datatables-bundle/compare/0.1.0...0.1.1
23 changes: 23 additions & 0 deletions CHANGELOG.md~
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Changelog
All notable changes to `omines\datatables-bundle` will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]
### Added
- Implement persist_state parameter to automate table state persistence

### Fixed
- Fixed exception during template rendering when enabling searching serverside
- Fixed sort behavior when defaulting field detection

## [0.1.1] - 2017-12-03
### Fixed
- Changed ORMAdapter autowire to manual to avoid compile time failures when optional
dependencies are missing

## 0.1.0 - 2017-12-01
### Added
- Basic functionality

[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.1.1...master
[0.1.1]: https://github.com/omines/datatables-bundle/compare/0.1.0...0.1.1

0 comments on commit 933eab9

Please sign in to comment.