# Laravel Datatables Buttons Plugin

## Change Log

### v1.1.0 - 02-16-2017
- Add before and response callback.
- Fix and update datatables generator.
- Use phpunit 5.7 to match Laravel’s requirement.
- Add missing require illuminate/console.
- Refactor dataTable ajax response for reusability.
- Remove methods that are available on abstract class.

### v1.0.1 - 02-16-2017
- Fix ajax parameters when ? was used on based url. 
- PR [#5](https://github.com/yajra/laravel-datatables-buttons/pull/5), credits to @OzanKurt.

### v1.0.0 - 01-27-2017
- First stable release.
