Skip to content

Latest commit

 

History

History
96 lines (63 loc) · 3.68 KB

CHANGELOG.md

File metadata and controls

96 lines (63 loc) · 3.68 KB

Laravel DataTables CHANGELOG

Latest Stable Version Total Downloads Build Status Latest Unstable Version License

v10.1.5 - 2022-10-06

  • Fix with method error with static analysis #2865

v10.1.4 - 2022-09-27

  • Fixed the search column for same table relations #2856

v10.1.3 - 2022-09-20

  • Fix relation key name for BelongsToMany #2850

v10.1.2 - 2022-07-12

  • Fix HasOneThrough #2818

v10.1.1 - 2022-06-24

  • Fix null recordsFiltered on empty collection #2806
  • Fix #2793

v10.1.0 - 2022-06-21

  • Add support for dependency injection when using closure. #2800

v10.0.8 - 2022-06-21

  • Make canCreate at QueryDataTable accept QueryBuilder only #2798

v10.0.7 - 2022-05-23

  • Fix create eloquent datatable from relation #2789

v10.0.6 - 2022-05-18

  • Added null parameter type as allowed to handle default Action column from laravel-datatables-html #2787

v10.0.5 - 2022-05-17

  • Fix Return value must be of type int, string returned.

v10.0.4 - 2022-05-08

  • Fix accidental formatter issue on eloquent
  • Add formatColumn test for eloquent

v10.0.3 - 2022-05-08

  • Additional fix & test for zero total records

v10.0.2 - 2022-05-08

  • Fix set total & filtered records count yajra#2778
  • Fix set total & filtered records count
  • Fix #1453 #1454 #2050 #2609
  • Add feature test
  • Deprecate skipTotalRecords, just use setTotalRecords directly.

v10.0.1 - 2022-05-08

  • Code clean-up and several phpstan fixes

v10.0.0 - 2022-05-08

  • 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