Releases: simply-framework/application
Releases · simply-framework/application
Version 0.2.3
Added
- Added a method
HttpClient::enableContentLength()to enable automatic adding ofContent-Lengthheader
Changed
- The
HttpClientwill no longer automatically add theContent-Lengthheader unless explicitly requested.
Fixed
- The
HttpClientwill no longer call theServerApi::output()with empty content
Version 0.2.2
Changed
- Now depends on version
^0.3.0of thesimply/containerlibrary
Version 0.2.1
Changed
- 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
Removed
- The
HttpFactoryInterfaceno longer implements the PSR-17 interfaces, and only provides the method
createServerRequestFromGlobals.
Version 0.2.0
Added
- The
ApplicationProvidernow adds container entries for the standard http factories.
Changed
- The
ErrorHandler,NotFoundHandlerandRouterMiddlewarenow depend on the standard http factory interfaces. - The library now depends on PSR-17 standard library instead of the interop library
Version 0.1.0
Added
- Initial development release