Skip to content

Commit

Permalink
Changelog for 0.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Jun 5, 2014
1 parent 112086f commit cdf7e41
Showing 1 changed file with 14 additions and 3 deletions.
17 changes: 14 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,25 @@
## 0.8.1 (2014-06-05)

Features:

- Make `ResourceAbstract` implement `ResourceInterface`

Bug:

- Fixed tests for Laravel 4.2 usage


## 0.8.0 (2014-05-27)

Features:

- Added Serializers with ArraySerializer, DataArraySerializer (default) and a provisional JsonApiSerializer. See [Issue #47].
- Added Serializers with ArraySerializer, DataArraySerializer (default) and a provisional JsonApiSerializer. See [Issue #47]
- Added `ResourceAbstract::setMeta('foo', mixed)` to allow custom meta data
- Replaced `Manager::setRequestedScopes()` with `Manager::parseIncludes('foo,bar')` which can be an array or CSV string. It can
also take "Smart Syntax" such as `Manager::parseIncludes('bars:limit(5|1):order(-something)')`, which can come from a URL query
param: `/foo?include=bars:limit(5|1):order(-something)`.
param: `/foo?include=bars:limit(5|1):order(-something)`
- Made all pagination (paginators and cursors) use meta output logic, so it sits with your custom meta data
- Moved `League\Fractal\Cursor\Cursor` and `League\Fractal\Cursor\CursorInterface` into `League\Fractal\Pagination`.
- Moved `League\Fractal\Cursor\Cursor` and `League\Fractal\Cursor\CursorInterface` into `League\Fractal\Pagination`

[Issue #27]: https://github.com/thephpleague/fractal/issues/27
[Issue #47]: https://github.com/thephpleague/fractal/pull/47
Expand Down

0 comments on commit cdf7e41

Please sign in to comment.