All Versions
21
Latest Version
Avg Release Cycle
91 days
Latest Release
512 days ago

Changelog History
Page 1

  • v0.7.1 Changes

    December 01, 2022

    🛠 Fixed

    • Handle inconsistency in infinite page lengths

    🔄 Changed

    • Drop support for PHP 7
  • v0.7.0 Changes

    March 16, 2022

    💥 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.

  • v0.6.0 Changes

    February 15, 2022

    ➕ Added

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

    🛠 Fixed

    • Remove deprecations (#222, #230)
  • v0.5.2 Changes

    January 07, 2021

    🛠 Fixed

    • Fix depreciations (#198)
    • Fix spurious deprecation warnings in Symfony
  • v0.5.1 Changes

    August 25, 2020

    🛠 Fixed

    • Fix dependency issue
  • v0.5.0 Changes

    July 03, 2020

    ➕ 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

  • v0.5.0-rc.1 Changes

    June 29, 2020

    ➕ 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)
  • v0.4.2 Changes

    April 08, 2020

    ➕ 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

  • v0.4.1 Changes

    February 21, 2020

    ➕ 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

  • v0.4.0 Changes

    December 23, 2019

    🔄 Changed

    • 👉 Make compatible with Doctrine Bundle 2.0
    • 👉 Make compatible with Symfony 5.0
    • ⬇️ Drop Symfony 3.x compatibility
    • ⬇️ Drop PHP <7.2 compatibility

    🗄 Deprecated

    • DataTablesTrait should be dropped in favor of injection

    Diff: 0.3.1...0.4.0