Skip to content

Commit 94c6d99

Browse files
committed
Prepare 0.7.0 release
1 parent 8d241cc commit 94c6d99

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,11 @@ 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.7.0] - 2022-03-16
69
### Breaking
7-
- Move logic to makes queries without limits to the relevant adapters (#257)
10+
- Move logic to make queries without limits to the relevant adapters (#257)
811

912
This release changes State semantics that `setLength` now officially supports `NULL`
1013
values to indicate no limit. This used to be `-1` before. It is unlikely to affect
@@ -150,7 +153,8 @@ or break any applications.
150153
### Added
151154
- Basic functionality
152155

153-
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.6.0...master
156+
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.7.0...master
157+
[0.7.0]: https://github.com/omines/datatables-bundle/compare/0.6.0...0.7.0
154158
[0.6.0]: https://github.com/omines/datatables-bundle/compare/0.5.2...0.6.0
155159
[0.5.2]: https://github.com/omines/datatables-bundle/compare/0.5.1...0.5.2
156160
[0.5.1]: https://github.com/omines/datatables-bundle/compare/0.5.0...0.5.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
[![Code Coverage](https://scrutinizer-ci.com/g/omines/datatables-bundle/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/omines/datatables-bundle/?branch=master)
99

1010
This bundle provides convenient integration of the popular [DataTables](https://datatables.net/) jQuery library
11-
for realtime Ajax tables in your [Symfony](https://symfony.com/) 4.4+ or 5.0+ application.
11+
for realtime Ajax tables in your [Symfony](https://symfony.com/) 5.4+ or 6.0+ application.
1212

1313
Unlike other bundles providing similar functionality we decoupled the implementation of the DataTables logic
1414
completely from the source of the data. Therefore it is possible to implement your own custom adapters for

0 commit comments

Comments
 (0)