v0.2.0-beta.2
Pre-release
Pre-release
Added
- Content-Type validation and Accept negotation
- Include
jsonapi
object withversion
member in response - Validate implementation-specific query parameters according to specification
- Added
Location
header to201 Created
responses - Improved error repsonses when creating and updating resources
Context::filter()
method to get the value of a filterResourceType::applyScope()
,applyFilter()
andapplySort()
methodsResourceType::url()
method to get the URL for a modelForbidden
error details for CRUD actions, useful when running Atomic OperationsJsonApi::getExtensions()
method to get all registered extensionsConflictException
class
Changed
- Renamed
$linkage
parameter inAdapterInterface
methods to$linkageOnly
- Renamed
Type::newModel()
tomodel()
to be consistent with Adapter
Fixed
- Properly respond with meta information added to
Context
instance