Skip to content

Releases: AnrDaemon/net-browser

Release 0.2.1: Road to options

23 Jul 08:14

Choose a tag to compare

Added internal curl_setopt wrapper to protect internal state consistency.

Will follow with #9 (internal options state tracking).

Release 0.2: Head[er]s taken!

20 Jul 01:51

Choose a tag to compare

Added basic support for storing response headers.

Added Browser::getHeaders(): string function to return headers of a recent successful request.

Added CurlException::fromInstance($curl, $previous): self factory method (no more new CurlException($curl) calls).

Release 0.1.2: "Actual PHP8 support"

08 Jun 21:43

Choose a tag to compare

The code that was using is_resource() in cURL error handling was fixed.
Closes #4

Support for PHP < 5.6 was long since gone. Declaration in composer.json was merely an oversight.

Release 0.1: "Library split"

10 Aug 17:09

Choose a tag to compare

Split Net\Browser component from the library.