Skip to content

v2.4.0: support for specification v1.1 (final)

Latest
Compare
Choose a tag to compare
@lode lode released this 02 Oct 08:48
bae3f70

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 or sort query parameter. E.g. ?include= causes RequestParser->hasIncludePaths() to return true and RequestParser->getIncludePaths() to return an empty array. An empty include 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)