Skip to content

Releases: fictive-kin/Resty.php

0.6.0: PSR2, PSR4, postJson()

13 Feb 16:28
Compare
Choose a tag to compare
  • Namespace is now Resty\Resty
  • Added Resty::postJson() method to make sending a JSON body easier
  • Added Resty::jsonToArray($bool) to have response JSON decoded to Array (default is still stdClass object)
  • Code now PSR2 compliant
  • Supports PSR4 autoloaders
  • FUnit now included via composer; no more git submodule
  • Fix a couple bugs with raising exceptions, empty $meta['wrapper_data']
  • Make all existing tests pass, and add new tests

0.5: Merge pull request #5 from honzatrtik/master

14 Oct 17:58
Compare
Choose a tag to compare

Fixed issue with incorrect Content-Type & http status when redirect was performed