Releases: neomerx/json-api
Releases · neomerx/json-api
v2.0.7
- An extra check is added for data from Schema's
getRelationships
to be compliant with the spec #217
v2.0.6
- Added support for resources that might behave like arrays/collections (e.g. Yii CModel) #214
v2.0.5
- Improved error messages #209
v2.0.4
BaseQueryParser
refactored into PHP trait for better flexibility #204
Error
improved for easier conversion and encoding of custom errors/exceptions to JSON API Errors #206
v2.0.3
- Fixed: Overriding Schema default include paths with empty list via EncodingParameters do not work #203
v2.0.1
- Improved detection of invalid data coming from developer's Schemas #199
- Fixed a bug with incorrect relationships inclusion. For example, if inclusion for
comments
is requested it will also include relationships comment
, commen
, comme
, ..., and c
#200
v1.0.9
- Improved detection of invalid data coming from developer's Schemas #199
- Fixed a bug with incorrect relationships inclusion. For example, if inclusion for
comments
is requested it will also include relationships comment
, commen
, comme
, ..., and c
#200
v2.0.0
- PHP strong types were added to all applicable interface and class methods.
- Code optimizations.
- New HTTP header and query parameter parsers.
- Removed deprecated (JSON API extensions, codec matcher).
Upgrade notes