Skip to content

Releases: omines/datatables-bundle

0.9.0-rc.1

11 Apr 11:21
Compare
Choose a tag to compare
0.9.0-rc.1 Pre-release
Pre-release

Added

  • Support Doctrine ORM 3 and DBAL 4

Breaking

  • Remove support for partial DQL queries in AutomaticQueryBuilder

0.8.2

24 Mar 20:58
Compare
Choose a tag to compare

Added

  • Add Excel OpenSpout exporter (#332)

Fixed

  • Make Twig columns searchable by default

0.8.1...0.8.2

0.8.1

24 Feb 22:56
Compare
Choose a tag to compare

Added

  • Support PHPoffice v2 (#330)

Changed

  • Adding empty string as a value and making column search parameter optional in request body (#323)
  • Upgrade to PHPunit v11
  • Fix deprecations in test suite

Diff: 0.8.0...0.8.1

0.8.0

05 Dec 08:18
Compare
Choose a tag to compare

Breaking

  • All interfaces and classes are now fully typed, this will likely require modifications in any custom extensions
  • Removed DataTablesTrait for use in controllers
  • EOL: Drop PHP <8.1 support
  • EOL: Drop Symfony <6.3 support

Added

  • Support Symfony 7.0 in dependencies

Changed

  • Fix deprecations
  • Add parameter and return types to all code
  • Codebase is now at PHPstan level 8

Diff: 0.7.2...0.8.0

0.8.0-rc.3

01 Dec 15:44
Compare
Choose a tag to compare
0.8.0-rc.3 Pre-release
Pre-release

Fix missing return type for Configuration

0.8.0-rc.2: Make exporters provide a MIME type (#319)

14 Nov 09:58
552ca1d
Compare
Choose a tag to compare

Breaking

  • DataTableExporterInterface now requires you to provide a getMimeType method implementation.

Added

  • Make exporters provide a MIME type (#319) (@gmta)

0.8.0-rc.1

25 Oct 15:04
Compare
Choose a tag to compare
0.8.0-rc.1 Pre-release
Pre-release

Breaking

  • All interfaces and classes are now fully typed, this will likely require modifications in any custom extensions
  • EOL: Drop PHP <8.1 support
  • EOL: Drop Symfony <6.3 support

Added

  • Support Symfony 7.0 in dependencies

Changed

  • Fix deprecations
  • Add parameter and return types all over for static analysis purposes
  • Codebase is now at PHPstan level 8

Diff: 0.7.2...0.8.0-rc.1

0.7.2

24 Apr 09:09
8e0dce4
Compare
Choose a tag to compare

Fixed

  • #299 Fix merging of api-state and persisted state (#300)
  • #179 Add savestate for session and storage, also keep additional GET url-parameter (#297)

0.7.1...0.7.2

0.7.1

01 Dec 12:58
Compare
Choose a tag to compare

Fixed

  • Handle inconsistency in infinite page lengths

Changed

  • Drop support for PHP 7

Diff: 0.7.0...0.7.1

0.7.0

16 Mar 12:15
Compare
Choose a tag to compare

Breaking

  • 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
or break any applications.

0.6.0...0.7.0