v2.4.0: support for specification v1.1 (final)
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
includeorsortquery parameter. E.g.?include=causesRequestParser->hasIncludePaths()to return true andRequestParser->getIncludePaths()to return an empty array. An emptyincludequery 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)