diff --git a/README.md b/README.md index c7bdb9d..197b5c4 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,13 @@ Httpful highly encourages sending in pull requests. When submitting a pull requ # Changelog +## 0.2.0 + + - REFACTOR [PR #49](https://github.com/nategood/httpful/pull/49) Broke headers out into their own class + - REFACTOR [PR #54](https://github.com/nategood/httpful/pull/54) Added more specific Exceptions + - FIX [PR #58](https://github.com/nategood/httpful/pull/58) Fixes throwing an error on an empty xml response + - FEATURE [PR #57](https://github.com/nategood/httpful/pull/57) Adds support for digest authentication + ## 0.1.6 - Ability to set the number of max redirects via overloading `followRedirects(int max_redirects)` @@ -79,8 +86,8 @@ Httpful highly encourages sending in pull requests. When submitting a pull requ - Use `DIRECTORY_SEPARATOR` constant [PR #33](https://github.com/nategood/httpful/pull/32) - [PR #35](https://github.com/nategood/httpful/pull/35) - - Added the raw_headers property reference to response. - - Compose request header and added raw_header to Request object. + - Added the raw\_headers property reference to response. + - Compose request header and added raw\_header to Request object. - Fixed response has errors and added more comments for clarity. - Fixed header parsing to allow the minimum (status line only) and also cater for the actual CRLF ended headers as per RFC2616. - Added the perfect test Accept: header for all Acceptable scenarios see @b78e9e82cd9614fbe137c01bde9439c4e16ca323 for details. @@ -113,4 +120,4 @@ Httpful highly encourages sending in pull requests. When submitting a pull requ - Added Support for Registering Mime Handlers - Created AbstractMimeHandler type that all Mime Handlers must extend - Pulled out the parsing/serializing logic from the Request/Response classes into their own MimeHandler classes - - Added ability to register new mime handlers for mime types \ No newline at end of file + - Added ability to register new mime handlers for mime types diff --git a/downloads/httpful-0.1.7.phar b/downloads/httpful-0.1.7.phar new file mode 100644 index 0000000..20497ad Binary files /dev/null and b/downloads/httpful-0.1.7.phar differ diff --git a/downloads/httpful-0.2.0.phar b/downloads/httpful-0.2.0.phar new file mode 100644 index 0000000..67b1ecf Binary files /dev/null and b/downloads/httpful-0.2.0.phar differ diff --git a/downloads/httpful.phar b/downloads/httpful.phar index 20497ad..67b1ecf 100644 Binary files a/downloads/httpful.phar and b/downloads/httpful.phar differ