src
7 months ago
CHANGELOG.md
2 years ago
CONTRIBUTING
2 years ago
LICENSE
2 years ago
README.md
2 years ago
composer.json
2 years ago
puli.json
2 years ago
CHANGELOG.md
73 lines
| 1 | # Change Log |
| 2 | |
| 3 | |
| 4 | ## 1.1.0 - 2023-04-14 |
| 5 | |
| 6 | ### Changed |
| 7 | |
| 8 | - Allow `psr/http-message` v2 in addition to v1 |
| 9 | - Deprecate all interfaces in favor of [](https://www.php-fig.org/psr/psr-17/PSR-17](https://www.php-fig.org/psr/psr-17/](https://www.php-fig.org/psr/psr-17/) |
| 10 | |
| 11 | ## 1.0.2 - 2015-12-19 |
| 12 | |
| 13 | ### Added |
| 14 | |
| 15 | - Request and Response factory binding types to Puli |
| 16 | |
| 17 | |
| 18 | ## 1.0.1 - 2015-12-17 |
| 19 | |
| 20 | ### Added |
| 21 | |
| 22 | - Puli configuration and binding types |
| 23 | |
| 24 | |
| 25 | ## 1.0.0 - 2015-12-15 |
| 26 | |
| 27 | ### Added |
| 28 | |
| 29 | - Response Factory in order to be reused in Message and Server Message factories |
| 30 | - Request Factory |
| 31 | |
| 32 | ### Changed |
| 33 | |
| 34 | - Message Factory extends Request and Response factories |
| 35 | |
| 36 | |
| 37 | ## 1.0.0-RC1 - 2015-12-14 |
| 38 | |
| 39 | ### Added |
| 40 | |
| 41 | - CS check |
| 42 | |
| 43 | ### Changed |
| 44 | |
| 45 | - RuntimeException is thrown when the StreamFactory cannot write to the underlying stream |
| 46 | |
| 47 | |
| 48 | ## 0.3.0 - 2015-11-16 |
| 49 | |
| 50 | ### Removed |
| 51 | |
| 52 | - Client Context Factory |
| 53 | - Factory Awares and Templates |
| 54 | |
| 55 | |
| 56 | ## 0.2.0 - 2015-11-16 |
| 57 | |
| 58 | ### Changed |
| 59 | |
| 60 | - Reordered the parameters when creating a message to have the protocol last, |
| 61 | as its the least likely to need to be changed. |
| 62 | |
| 63 | |
| 64 | ## 0.1.0 - 2015-06-01 |
| 65 | |
| 66 | ### Added |
| 67 | |
| 68 | - Initial release |
| 69 | |
| 70 | ### Changed |
| 71 | |
| 72 | - Helpers are renamed to templates |
| 73 |