Skip to content

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
curry684 committed Mar 16, 2022
1 parent 8d241cc commit 94c6d99
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,11 @@ 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.7.0] - 2022-03-16
### Breaking
- Move logic to makes queries without limits to the relevant adapters (#257)
- Move logic to make queries without limits to the relevant adapters (#257)

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

[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.6.0...master
[Unreleased]: https://github.com/omines/datatables-bundle/compare/0.7.0...master
[0.7.0]: https://github.com/omines/datatables-bundle/compare/0.6.0...0.7.0
[0.6.0]: https://github.com/omines/datatables-bundle/compare/0.5.2...0.6.0
[0.5.2]: https://github.com/omines/datatables-bundle/compare/0.5.1...0.5.2
[0.5.1]: https://github.com/omines/datatables-bundle/compare/0.5.0...0.5.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
[![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)

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

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

0 comments on commit 94c6d99

Please sign in to comment.