Releases: sylouuu/php-curl
Releases · sylouuu/php-curl
0.8.1
- fixed invalid content-length in case of no data provided
0.8.0
- added
is_payload
option to perform a request with JSON-encoded data
- fixed
ssl
option
0.7.1
- fixed
Post()
which didn't send data in some cases
0.7.0
- moved from psr-0 autoload to psr-4
- added
Method
directory, then methods are now in \sylouuu\Curl\Method\
0.6.1
- removed exception when
data
option is not specified for Post
Put
and Patch
0.6.0
- moved
url
option to the first constructor parameter
0.5.0
updated minimum stability
0.5.0-rc1
- Refactored
- Added features
0.4.0
- renamed
RESTClient.class.php
to RESTClient.php
- moved
RESTClient.php
to /src
- moved
RESTClientTest.php
to /tests
- added
HEAD
, OPTIONS
and PATCH
support
- added
getHeader
method
- renamed
getJSON
to getResponse
- removed JSON validation
- added
sylouuu
namespace
- removed
gulp