Skip to content

Latest commit

 

History

History
130 lines (82 loc) · 3.87 KB

CHANGELOG.md

File metadata and controls

130 lines (82 loc) · 3.87 KB

Laravel DataTables Editor CHANGELOG

[v1.11.1] - 2019-09-06

  • Change type to DataTableEditor from DataTablesEditor to match core library naming convention.
  • ex: UsersDataTable, UsersDataTableEditor.

[v1.11.0] - 2019-09-04

  • Add support for Laravel 6.

[v1.10.1] - 2019-08-31

  • Fix creating and saving hooks are not saving the $data changes. [#36], credits to @karmendra.

[v1.10.0] - 2019-08-27

  • Add unguarded property to allow mass assignment on model.

[v1.9.1] - 2019-08-24

  • Fix bulk edit and remove.

[v1.9.0] - 2019-08-24

  • Add initial support for SoftDeletes.
  • Fill model before firing updating event.
  • Clone model before deleting to record affected models.

[v1.8.1] - 2019-08-24

  • Fill model before triggering the creating event.

v1.8.0 - 2019-06-06

  • Get some new attributes when calling hooks #27, credits to @aminprox
  • Add model fluent getter and setter. #29, fix #24.
  • Fix and added tests #31.

v1.7.0 - 2019-02-27

  • Add support for Laravel 5.8.

v1.6.1 - 2018-11-03

  • Fix model instance.

v1.6.0 - 2018-11-03

  • Add saving & saved event hook.

v1.5.0 - 2018-09-05

  • Add support for Laravel 5.7.

v1.4.0 - 2018-08-15

  • Add support for dataTables buttons package v4.

v1.3.0 - 2018-08-01

  • Get custom attributes for validator errors #14, credits to @karmendra
  • Fix #13

v1.2.0 - 2018-06-27

  • Add functions to override validation messages.

v1.1.4 - 2018-06-17

  • Fix displaying of remove validation errors.

v1.1.3 - 2018-06-17

  • Refactor remove query exception message.
  • Allow remove error message customization.

v1.1.2 - 2018-06-13

  • Fix displaying of remove validation error. #9
  • Add remove error handler for constraint / query exception.

v1.1.1 - 2018-05-28

  • Add missing key when remove validation failed.

v1.1.0 - 2018-02-11

  • Add support for Laravel 5.6.
  • Update license to 2018.

v1.0.0 - 2017-12-17

  • First stable release.

Features

  • DataTables Editor CRUD actions supported.
  • Inline editing.
  • Bulk edit & delete function.
  • CRUD validation.
  • CRUD pre / post events hooks.
  • Artisan command for DataTables Editor generation.