Skip to content

Releases: nilportugues/php-json-api

1.0.10

08 Oct 23:26
Compare
Choose a tag to compare
  • Fixed bug for missing next/previous/self links in serialized arrays, even when set manually

1.0.9

28 Aug 23:19
Compare
Choose a tag to compare
  • Serialization of an array of Objects now follows to the standard correctly.

1.0.8

28 Aug 16:20
Compare
Choose a tag to compare
  • Forgot another is_scalar check before using $parentType as array key... Everything should be fixed now.

1.0.7

28 Aug 16:13
Compare
Choose a tag to compare
  • is_scalar check before using $parentType as array key

1.0.6

28 Aug 16:06
Compare
Choose a tag to compare
  • is_scalar check before using $type as array key. Fixes fatal errors in edge cases.

1.0.5

27 Aug 17:58
Compare
Choose a tag to compare
  • Fixed #36. Location header was missing in $response object as defined in JSONAPI spec given a certain response.

1.0.4

18 Aug 18:50
Compare
Choose a tag to compare
  • Included resources now include the relationships member too when needed.

1.0.3

16 Aug 18:05
Compare
Choose a tag to compare

Simplified the composer.json dependencies.

1.0.2

16 Aug 10:52
Compare
Choose a tag to compare
  • nilportugues/serializer dependency changed from alpha to first stable release

1.0.1

15 Aug 14:14
Compare
Choose a tag to compare
  • Upgraded nilportugues/api-transformer dependency to ~1.0