Releases: nilportugues/php-json-api
Releases · nilportugues/php-json-api
1.0.10
- Fixed bug for missing next/previous/self links in serialized arrays, even when set manually
1.0.9
- Serialization of an array of Objects now follows to the standard correctly.
1.0.8
- Forgot another is_scalar check before using $parentType as array key... Everything should be fixed now.
1.0.7
- is_scalar check before using $parentType as array key
1.0.6
- is_scalar check before using $type as array key. Fixes fatal errors in edge cases.
1.0.5
1.0.4
- Included resources now include the relationships member too when needed.
1.0.3
Simplified the composer.json dependencies.
1.0.2
nilportugues/serializer
dependency changed from alpha to first stable release
1.0.1
- Upgraded
nilportugues/api-transformer
dependency to~1.0