Skip to content

Releases: simply-framework/application

Version 0.2.3

18 Dec 13:47
Compare
Choose a tag to compare

Added

  • Added a method HttpClient::enableContentLength() to enable automatic adding of Content-Length header

Changed

  • The HttpClient will no longer automatically add the Content-Length header unless explicitly requested.

Fixed

  • The HttpClient will no longer call the ServerApi::output() with empty content

Version 0.2.2

17 Oct 07:37
Compare
Choose a tag to compare

Changed

  • Now depends on version ^0.3.0 of the simply/container library

Version 0.2.1

10 Oct 10:05
Compare
Choose a tag to compare

Changed

  • The library now depends on version ^2.0 of the zendframework/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

31 Jul 14:05
Compare
Choose a tag to compare

Added

  • The ApplicationProvider now adds container entries for the standard http factories.

Changed

  • The ErrorHandler, NotFoundHandler and RouterMiddleware 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

16 Jul 12:34
Compare
Choose a tag to compare

Added

  • Initial development release