Skip to content

Releases: nilportugues/laravel5-hal-json

1.4.0

21 Mar 16:30
Compare
Choose a tag to compare
  • Updated all dependencies from nilportugues/php-hal ^1.0 to ^2.0
    - Probably causing breaks (reason of 1.4.0 tagging)
  • Updated documentation with all the ^2.0 features and integration.

1.3.2

27 Jun 21:42
Compare
Choose a tag to compare
  • Fixed namespace for Laravel52Provider

1.3.0

05 Jan 19:09
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 HalJsonSerializer to HalJson.

1.2.9

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

1.2.8

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

1.2.7

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

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:05
Compare
Choose a tag to compare
  • Better cache using Cache::rememberForever
  • For Laravel5HalJsonSerializerServiceProvider, methods parseUrls and parseRelationshipUrls stopped requiring an array.

1.2.4

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

1.2.3

17 Oct 00:44
Compare
Choose a tag to compare
  • Support for Eloquent relations serialization