Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 1.67 KB

change-log.md

File metadata and controls

32 lines (26 loc) · 1.67 KB

Datatables Package for Laravel 4|5

Latest Stable Version Total Downloads Build Status Latest Unstable Version License

##Change Log

###v5.1 - Added filterColumn function to override default global search in each column - Datatables class extending Query Builder's functionality along with global search. - Restore queries on result when app is in debug mode - Added input on result when app is in debug mode - Force enable query log when app is in debug mode - Convert string search from preg_match to Str::contains to improve performance. - Added support for having clause queries - Added support for league/fractal for transforming data API output

###v5.0 - Strictly for Laravel 5++ - Drop support for DT1.9 and below - Strict implmentation of DT1.10 script pattern - Added support for Collection as data source

###v4.3.2 - Latest stable version for Laravel 5 with support for DT1.9 - Collection Engine not available

###v3.6.3 - Latest stable version for Laravel 4