Skip to content

Releases: dcarbone/curl-plus

4.0.0

18 Aug 03:58
af2a7ad
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...4.0.0

Small bugfix

13 Sep 21:29
Compare
Choose a tag to compare

Typecasting return value of "CurlPlusResponse::__toString" to string prior to returning.

3.0.0: Simplification

13 Sep 16:22
Compare
Choose a tag to compare
- Bumped PHP version requirement to 5.4+
- Removed old Response namespace and associated classes
- Added new "CurlPlusResponse" class for all responses
- Removed "CurlPlusClientState" class.  The states are now constants on the "CurlPlusClient" class itself
- Added dependency "dcarbone/curl-header-extractor" to facilitate header/body separation from responses
- Minor documentation and test updates to reflect changes
- Removed Autoloader
- Removed all Interfaces.  This lib is simple enough.

2.1.1

13 Sep 16:21
Compare
Choose a tag to compare
Updating source URL for test case as old one seems to be down...

1.0.2

22 May 20:06
Compare
Choose a tag to compare
Fixing issue that caused multi-part response headers to be parsed imp…