src
6 months ago
CHANGELOG.md
7 years ago
LICENSE
7 years ago
README.md
7 years ago
composer.json
7 years ago
puli.json
7 years ago
CHANGELOG.md
73 lines
| 1 | # Change Log |
| 2 | |
| 3 | ## 1.1.0 - 2016-08-31 |
| 4 | |
| 5 | - Added HttpFulfilledPromise and HttpRejectedPromise which respect the HttpAsyncClient interface |
| 6 | |
| 7 | ## 1.0.0 - 2016-01-26 |
| 8 | |
| 9 | ### Removed |
| 10 | |
| 11 | - Stability configuration from composer |
| 12 | |
| 13 | |
| 14 | ## 1.0.0-RC1 - 2016-01-12 |
| 15 | |
| 16 | ### Changed |
| 17 | |
| 18 | - Updated package files |
| 19 | - Updated promise dependency to RC1 |
| 20 | |
| 21 | |
| 22 | ## 1.0.0-beta - 2015-12-17 |
| 23 | |
| 24 | ### Added |
| 25 | |
| 26 | - Puli configuration and binding types |
| 27 | |
| 28 | ### Changed |
| 29 | |
| 30 | - Exception concept |
| 31 | |
| 32 | |
| 33 | ## 1.0.0-alpha3 - 2015-12-13 |
| 34 | |
| 35 | ### Changed |
| 36 | |
| 37 | - Async client does not throw exceptions |
| 38 | |
| 39 | ### Removed |
| 40 | |
| 41 | - Promise interface moved to its own repository: [](https://github.com/php-http/promisephp-http/promise](https://github.com/php-http/promise](https://github.com/php-http/promise) |
| 42 | |
| 43 | |
| 44 | ## 1.0.0-alpha2 - 2015-11-16 |
| 45 | |
| 46 | ### Added |
| 47 | |
| 48 | - Async client and Promise interface |
| 49 | |
| 50 | |
| 51 | ## 1.0.0-alpha - 2015-10-26 |
| 52 | |
| 53 | ### Added |
| 54 | |
| 55 | - Better domain exceptions. |
| 56 | |
| 57 | ### Changed |
| 58 | |
| 59 | - Purpose of the library: general HTTP CLient abstraction. |
| 60 | |
| 61 | ### Removed |
| 62 | |
| 63 | - Request options: they should be configured at construction time. |
| 64 | - Multiple request sending: should be done asynchronously using Async Client. |
| 65 | - `getName` method |
| 66 | |
| 67 | |
| 68 | ## 0.1.0 - 2015-06-03 |
| 69 | |
| 70 | ### Added |
| 71 | |
| 72 | - Initial release |
| 73 |