All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.3 - 2018-12-18
- Added a method
HttpClient::enableContentLength()to enable automatic adding ofContent-Lengthheader
- The
HttpClientwill no longer automatically add theContent-Lengthheader unless explicitly requested.
- The
HttpClientwill no longer call theServerApi::output()with empty content
0.2.2 - 2018-10-17
- Now depends on version
^0.3.0of thesimply/containerlibrary
0.2.1 - 2018-10-10
- The library now depends on version
^2.0of thezendframework/zend-diactoros - The
ApplicationProvidernow directly instantiates the PSR-17 factories provided by the updated Diactoros library - Improved some tests as result of mutation testing
- The
HttpFactoryInterfaceno longer implements the PSR-17 interfaces, and only provides the methodcreateServerRequestFromGlobals.
0.2.0 - 2018-07-31
- The
ApplicationProvidernow adds container entries for the standard http factories.
- The
ErrorHandler,NotFoundHandlerandRouterMiddlewarenow depend on the standard http factory interfaces. - The library now depends on PSR-17 standard library instead of the interop library
- Initial development release