Skip to content

Releases: nilportugues/laravel5-jsonapi

2.0.0-rc1

06 Dec 23:02
Compare
Choose a tag to compare
2.0.0-rc1 Pre-release
Pre-release
Getting ready for 2.0.0

1.4.1

04 Dec 20:50
Compare
Choose a tag to compare
Removed unnecessary mapping factory behaviour for Eloquent Models

1.4.0

21 Nov 19:07
Compare
Choose a tag to compare
  • Refactoring towards 2.0.
  • Removing Eloquent-specific code.
  • Request is used whether its passed or not as an argument (internally)

1.3.0

14 Nov 17:00
Compare
Choose a tag to compare
  • 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 and collectionNotFoundResponse methods in Response trait.

1.2.10

14 Nov 00:16
Compare
Choose a tag to compare
  • Support for \Illuminate\Contracts\Pagination\Paginator

1.2.9

02 Nov 22:24
Compare
Choose a tag to compare
  • Added backslash to PHP internal functions

1.2.8

20 Oct 22:59
Compare
Choose a tag to compare
  • Allowing ApiMapping Interface approach and array mapping style work together

1.2.7

20 Oct 20:10
Compare
Choose a tag to compare
  • Better cache using Cache::rememberForever
  • For Laravel5JsonApiSerializerServiceProvider, methods parseUrls and parseRelationshipUrls stopped requiring an array.

1.2.6

20 Oct 12:50
Compare
Choose a tag to compare
  • Added addHeaders methods to the response trait.

1.2.5

16 Oct 23:11
Compare
Choose a tag to compare
  • Fetches data from Eloquent if pivots and relationship data is found in the eloquent Models.