Skip to content

Commit 459ffa5

Browse files
committed
Log breaking changes.
1 parent 3f24c08 commit 459ffa5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,18 @@
44

55
### v3.0-dev - UNRELEASED
66
- Drop support for `laravel-datatables:7.*`.
7-
- Exclusive support fo `laravel-datatables:8.*`.
7+
- Exclusive support for `laravel-datatables:8.*`.
88
- Change namespace from `Yajra\Datatables` to `Yajra\DataTables`.
9-
- Force implementation/upgrade of `dataTable()` method.
109
- Use `snappy` as default pdf generator.
1110
- Remove constructor dependencies. Create DataTable instance directly from `dataTable()` method.
1211
- Method injections are now supported on the following methods:
1312
```php
1413
public function ajax(), dataTable(), query()
1514
public function csv(), excel(), pdf(), printPreview()
1615
```
17-
- DataTableService contract removed for flexibility,
16+
- `DataTableService` contract removed.
17+
- `DataTableScopeContract` contract renamed to `DataTableScope`.
18+
- `DataTableButtonsContract` contract renamed to `DataTableButtons`.
1819

1920
### v2.0.2 - 06-30-2017
2021
- Fix min php requirements.

0 commit comments

Comments
 (0)