Skip to content

Releases: omines/datatables-bundle

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

0.6.0

15 Feb 15:22
Compare
Choose a tag to compare

Added

  • Allow PHP 8 installation (#203)
  • Enable Symfony 6 dependencies

Fixed

0.5.5

29 Jun 08:14
b8a16c3
Compare
Choose a tag to compare
  • Optimize travis execution (#224)
  • Remove deprecated notice (#230)
  • Introduce afterConfiguration to reuse options (#229)

0.5.4

29 Apr 07:47
01788f9
Compare
Choose a tag to compare

Fix deprecation warning with PHP8.

0.5.3: Revert "Fix depreciations (#198)"

20 Jan 16:10
Compare
Choose a tag to compare
  • PHP 8 compatibility
  • Revert incompatibilities with Symfony 4.4

Diff: 0.5.2...0.5.3

0.5.2

07 Jan 13:49
14052c4
Compare
Choose a tag to compare

Fixed

  • Fix depreciations (#198)
  • Fix spurious deprecation warnings in Symfony

Diff: 0.5.1...0.5.2

0.5.1

25 Aug 13:38
Compare
Choose a tag to compare

Fix dependency issue

0.5.0

02 Jul 23:38
Compare
Choose a tag to compare

Added

  • Support for server-side exports (#83)
  • Support for per-column searches (#120)
  • ORM adapter supporting fetch joins (#121)
  • TwigStringColumn type for simple inline templating (#146)

Changed

  • Drop Symfony <4.4 compatibility

Fixed

  • Use trans() for proper locale fallback when using CDN languages (#141)

Diff: 0.4.2...0.5.0

0.5.0-rc.1

29 Jun 15:15
Compare
Choose a tag to compare
0.5.0-rc.1 Pre-release
Pre-release

Added

  • Support for server-side exportsv (#83)
  • Support for per-column searches (#120)
  • ORM adapter supporting fetch joins (#121)
  • TwigStringColumn type for simple inline templating (#146)

Changed

  • Fix contract dependency handling by upping Symfony requirement to 4.2+

Fixed

  • Use trans() for proper locale fallback when using CDN languages (#141)