-
-
Notifications
You must be signed in to change notification settings - Fork 113
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |