Releases: nilportugues/laravel5-jsonapi
Releases · nilportugues/laravel5-jsonapi
2.0.0-rc1
Getting ready for 2.0.0
1.4.1
Removed unnecessary mapping factory behaviour for Eloquent Models
1.4.0
- Refactoring towards 2.0.
- Removing Eloquent-specific code.
- Request is used whether its passed or not as an argument (internally)
1.3.0
- Added
\NilPortugues\Laravel5\JsonApiSerializer\JsonApiRequestTrait
- Changed
serialize
signature. Now accepts as second parameter Request object. This has been done to support the fields query parameter effortlessly. - Added
collectionResponse
andcollectionNotFoundResponse
methods in Response trait.
1.2.10
- Support for
\Illuminate\Contracts\Pagination\Paginator
1.2.9
- Added backslash to PHP internal functions
1.2.8
- Allowing ApiMapping Interface approach and array mapping style work together
1.2.7
- Better cache using Cache::rememberForever
- For Laravel5JsonApiSerializerServiceProvider, methods parseUrls and parseRelationshipUrls stopped requiring an array.
1.2.6
- Added
addHeaders
methods to the response trait.
1.2.5
- Fetches data from Eloquent if pivots and relationship data is found in the eloquent Models.