Skip to content
This repository was archived by the owner on Apr 5, 2020. It is now read-only.

Releases: xp-framework/rest

6.2.0: PHP7 forward compatibility

13 Jun 21:26
Compare
Choose a tag to compare
  • Added forward compatibility with PHP7 - @thekid
  • Changed dependency on xp-framework/webservices to ^6.1.0 - @thekid

6.1.0: Unsupported Media Type handling

01 Jun 18:27
Compare
Choose a tag to compare
  • Added optional message parameter to Response::error(), status(),
    notFound() and notAcceptable() methods
    (@thekid)
  • Fixed fatal error when reading body with unknown media type. This now
    returns a HTTP 415 status code ("Unsupported Media Type")
    (@thekid)
  • Fixed #4 - Segments need urlencoding - @thekid

6.0.1: Hello XP6

01 Jun 18:25
Compare
Choose a tag to compare
  • Changed dependency to use XP ~6.0 (instead of dev-master) - @thekid

6.0.0: Exception messages

01 Jun 18:25
Compare
Choose a tag to compare