- Fixes typo in
assertBody(). Thanks @pmcneill
- Added
assertTotalTimeLessThan()assertion. Thanks @dvhirt
- Updated
ca-bundle.crtto the latest version.
- Fixed bug in Curl.php. It was always setting CURLOPT_POST to false, which would not send POST requests.
- Composer support
- PSR-4 compliant
- Refactored/renamed using camelCase
- Fixed examples. Freegeoip.net renamed response property
areacodetoarea_code.
- Fixed serious bug in Curl.php. Was not setting curl option
CURLOPT_CUSTOMREQUESTback toGETandPOSTinget_request()andpost_request().
- Fixed serious bug in Curl.php. Was not setting curl option
CURLOPT_POSTback tofalseinget_request().
- Added a special flag
IS_EMPTYwhich can be passed intoassertBody()to assert an empty response body.