Skip to content

Releases: yajra/laravel-datatables

v10.0.5

17 May 03:23
Compare
Choose a tag to compare
  • Fix "Return value must be of type int, string returned."

v10.0.4

08 May 14:41
Compare
Choose a tag to compare
  • Fix accidental formatter issue on eloquent
  • Add formatColumn test for eloquent

v10.0.3

08 May 04:54
Compare
Choose a tag to compare
  • Additional fix & test for zero total records

v10.0.2

08 May 04:34
Compare
Choose a tag to compare
  • Fix set total & filtered records count #2778
  • Fix #1453 #1454 #2050 #2609
  • Add feature test
  • Deprecate skipTotalRecords, just use setTotalRecords directly.

v10.0.1

08 May 02:51
Compare
Choose a tag to compare
  • Code clean-up and several phpstan fixes

v9.20.0

08 May 16:06
Compare
Choose a tag to compare
  • Added orthogonal sort and filter for collection #2380

v10.0.0

07 May 16:58
Compare
Choose a tag to compare
  • Laravel DataTables v10.x to support Laravel 9.x
  • Added PHPStan with max level static analysis
  • Drop queryBuilder() method
  • Drop support for ApiResourceDataTable
  • PHP8 syntax / method signature changed

v9.19.0

18 Jan 01:15
Compare
Choose a tag to compare
  • Support for Laravel 9 #2727
  • Don't trash the exception stack trace (#2714) #2724

v9.18.2

27 Oct 12:40
Compare
Choose a tag to compare

Return empty string for null request keyword #2700

v9.18.1

28 Jun 01:26
Compare
Choose a tag to compare

Fix query with subqueries exception. #2642