This is a small release, but important since it adds the last compatibility with the final v1.1 of the specification.
- On errors you can now use
ErrorObject->blameHeader('X-Foo')
when a requesting header is to blame for the error (#69) - You can now detect the difference between a missing or empty
include
orsort
query parameter. E.g.?include=
causesRequestParser->hasIncludePaths()
to return true andRequestParser->getIncludePaths()
to return an empty array. An emptyinclude
query parameter means no included resources should be returned. (#70) - Better documentation on how extensions and profiles work. (#72)
Further this release improves support for php 8. (#71)