Skip to content

Commit

Permalink
Released 0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Sturgeon committed Mar 19, 2015
1 parent 033e8cf commit 0a51dcb
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 3 deletions.
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
### Development
- update github url in CONTRIBUTING.md

## 0.12.0 - 2015-03-19

### Added

- Added PHP 7.0-dev support.
- Add the support for Laravel 5 paginator. [Issue #153]

### Changed

- Now accessing the default and available includes in Transformers via getters [Issue #158]

### Removed

- Dropped PHP 5.3 support. Use [v0.11] if you're still stuck on PHP 5.3.
- Removed `getData()` and `getTransformer()` from `League\Fractal\Resource\Collection` as they were already
defined in `ResourceAbstract`.

[Issue #153]: https://github.com/thephpleague/fractal/pull/153
[Issue #158]: https://github.com/thephpleague/fractal/pull/158
[v0.11]: https://github.com/thephpleague/fractal/releases/tag/0.11.0

## 0.11.0 - 2014-12-10

Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "league/fractal",
"description": "Handle the output of complex data structures ready for JSON output.",
"description": "Handle the output of complex data structures ready for API output.",
"keywords": [
"league",
"api",
Expand Down Expand Up @@ -45,7 +45,7 @@
},
"extra": {
"branch-alias": {
"dev-master": "0.12-dev"
"dev-master": "0.13-dev"
}
}
}

0 comments on commit 0a51dcb

Please sign in to comment.