Releases: simply-framework/application
Releases · simply-framework/application
Version 0.2.3
Added
- Added a method
HttpClient::enableContentLength()
to enable automatic adding ofContent-Length
header
Changed
- The
HttpClient
will no longer automatically add theContent-Length
header unless explicitly requested.
Fixed
- The
HttpClient
will no longer call theServerApi::output()
with empty content
Version 0.2.2
Changed
- Now depends on version
^0.3.0
of thesimply/container
library
Version 0.2.1
Changed
- The library now depends on version
^2.0
of thezendframework/zend-diactoros
- The
ApplicationProvider
now directly instantiates the PSR-17 factories provided by the updated Diactoros library - Improved some tests as result of mutation testing
Removed
- The
HttpFactoryInterface
no longer implements the PSR-17 interfaces, and only provides the method
createServerRequestFromGlobals
.
Version 0.2.0
Added
- The
ApplicationProvider
now adds container entries for the standard http factories.
Changed
- The
ErrorHandler
,NotFoundHandler
andRouterMiddleware
now 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