File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,11 @@ 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.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
912This release changes State semantics that ` setLength ` now officially supports ` NULL `
1013values 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
Original file line number Diff line number Diff line change 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
1010This 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
1313Unlike other bundles providing similar functionality we decoupled the implementation of the DataTables logic
1414completely from the source of the data. Therefore it is possible to implement your own custom adapters for
You can’t perform that action at this time.
0 commit comments