Skip to content

Commit 9dcb62b

Browse files
committed
v9 notes
1 parent b0ece2d commit 9dcb62b

File tree

2 files changed

+14
-42
lines changed

2 files changed

+14
-42
lines changed

CHANGELOG.md

Lines changed: 5 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -2,44 +2,9 @@
22

33
## Changelog
44

5-
### v1.6.0 - 2020-06-07
5+
### v9.0.0 - UNRELEASED
66

7-
-- Bump league/fractal to ^0.19.0. [#25](https://github.com/yajra/laravel-datatables-fractal/pull/25), credits to @sheriffmarley.
8-
9-
### v1.5.0 - 2019-06-12
10-
11-
- Bump league/fractal to ^0.18.0. [#21](https://github.com/yajra/laravel-datatables-fractal/pull/21), credits to @abdullah-abunada.
12-
13-
### v1.4.0 - 2019-03-05
14-
15-
- Add support for Laravel 5.8 [#20](https://github.com/yajra/laravel-datatables-fractal/pull/20).
16-
17-
### v1.3.0 - 2018-11-15
18-
19-
- Allow using closures as transformer. [#17](https://github.com/yajra/laravel-datatables-fractal/pull/17) credits to [@c00p3r](https://github.com/c00p3r)
20-
- Fix [#1863](https://github.com/yajra/laravel-datatables/issues/1863).
21-
22-
### v1.2.1 - 2018-06-12
23-
24-
- TransformerMakeCommand namespace typo [#14](https://github.com/yajra/laravel-datatables-fractal/pull/14)
25-
26-
### v1.2.0 - 2018-03-28
27-
28-
- Add make:transformer command [#13](https://github.com/yajra/laravel-datatables-fractal/pull/13)
29-
30-
### v1.1.1 - 2017-12-26
31-
32-
- Use collection if data key is not set. [#11](https://github.com/yajra/laravel-datatables-fractal/pull/11)
33-
34-
### v1.1.0 - 2017-12-12
35-
36-
- Fix typo issue [#7](https://github.com/yajra/laravel-datatables-fractal/issues/7). [#8](https://github.com/yajra/laravel-datatables-fractal/pull/8)
37-
- Add multi transformer ability [#6](https://github.com/yajra/laravel-datatables-fractal/pull/6)
38-
39-
### v1.0.1 - 2017-08-31
40-
41-
- Update fractal to 0.17.0.
42-
43-
### v1.0.0 - 2017-08-31
44-
45-
- First stable release.
7+
- Add support for Laravel 9
8+
- Fix https://github.com/yajra/laravel-datatables-fractal/issues/27
9+
- Add phpstan static analysis
10+
- Bump major version to match with the framework

README.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,21 @@ This package is a plugin of [Laravel DataTables](https://github.com/yajra/larave
1111

1212
## Requirements
1313

14-
- [PHP >=7.0](http://php.net/)
14+
- [PHP >=8.0.2](http://php.net/)
1515
- [Laravel 5.4+](https://github.com/laravel/framework)
16-
- [Laravel DataTables v8.x](https://github.com/yajra/laravel-datatables)
16+
- [Laravel DataTables](https://github.com/yajra/laravel-datatables)
1717

1818
## Documentations
1919

2020
- [Laravel DataTables Fractal Documentation](https://yajrabox.com/docs/laravel-datatables/master/response-fractal)
2121

22+
## Laravel Version Compatibility
23+
24+
| Laravel | Package |
25+
|:--------------|:--------|
26+
| 8.x and below | 1.x |
27+
| 9.x | 9.x |
28+
2229
## Quick Installation
2330

2431
`composer require yajra/laravel-datatables-fractal`

0 commit comments

Comments
 (0)