We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6cd8b8 commit c96731aCopy full SHA for c96731a
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 0.9.0 (2014-07-06)
2
+
3
+Features:
4
5
+ - Implemented serializer methods for item and collection separately [Issue #71]
6
7
+[Issue #71]: https://github.com/thephpleague/fractal/issues/71
8
9
## 0.8.3 (2014-06-14)
10
11
Features:
README.md
@@ -36,7 +36,7 @@ Via Composer
36
``` json
37
{
38
"require": {
39
- "league/fractal": "0.8.*"
+ "league/fractal": "0.9.*"
40
}
41
42
```
0 commit comments