Skip to content

Releases: nilportugues/php-api-problems

1.2.3

23 Jul 21:31
Compare
Choose a tag to compare
  • Upgraded Guzzle to 1.3

1.2.2

21 Jun 21:29
Compare
Choose a tag to compare
  • Fixed empty response values, using Exception class name if no detail is given. #7

1.2.1

17 Jun 09:49
Compare
Choose a tag to compare
  • Fixing for when exception code is 0 ##6

1.2.0

03 Jun 09:10
Compare
Choose a tag to compare
  • Added helper methods in ApiProblemResponse:
    • ApiProblemResponse::json
    • ApiProblemResponse::xml
    • ApiProblemResponse::fromExceptionToJson
    • ApiProblemResponse::fromExceptionToXml
  • RFC finally got a number assigned. Replaced all XXXX with 7807.
  • Updated README.md to expose the new changes.

1.1.0

22 Apr 13:46
Compare
Choose a tag to compare
  • detail attribute shows after status, not before title and status as in 1.0.0

1.0.0

10 Mar 11:11
Compare
Choose a tag to compare
Merge branch 'master' of github.com:nilportugues/php-api-problems