Skip to content

Releases: omines/datatables-bundle

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)

0.4.2

08 Apr 13:06
351227d
Compare
Choose a tag to compare

Added

  • Update translations automatically with script (#130)
  • Add support for closures in frontend JS code (#145)

Fixed

  • Fixed deprecation warnings (#129)

Diff: 0.4.1...0.4.2

0.4.1

21 Feb 10:14
Compare
Choose a tag to compare

Added

  • Implement basic support for embeddables (#86)
  • Option for custom datetime format for creating object (#127)

Fixed

  • Fixed issue with unitialized datatable (#40)
  • Fixed some autowiring issues surrounding contracts (#122)

Diff: 0.4.0...0.4.1