Skip to content

Releases: nilportugues/laravel5-json

1.3.0

05 Jan 14:40
Compare
Choose a tag to compare
  • Laravel 5.2 compatibility
  • Changed named route fields to array with possibility to specify the field to use as placeholder.
  • Changed namespace from JsonSerializer to Json.

1.2.8

22 Nov 12:14
Compare
Choose a tag to compare
  • Removing Eloquent-specific code.

1.2.7

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

1.2.6

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

1.2.5

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

1.2.4

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

1.2.3

17 Oct 09:02
Compare
Choose a tag to compare
  • Support for Eloquent relations serialization

1.2.2

16 Oct 17:49
Compare
Choose a tag to compare
  • Fixing version for nilportugues/api-transformer to "1.0.6"

1.2.1

09 Sep 21:27
Compare
Choose a tag to compare
  • Fix for eloquent collection

Full compatibility with Eloquent Models

07 Sep 18:46
Compare
Choose a tag to compare
  • Added support for Illuminate\Database\Eloquent\Model serialization.
  • Added support for Illuminate\Database\Eloquent\Collection serialization.