Skip to content

Latest commit

 

History

History
49 lines (37 loc) · 1.93 KB

CHANGELOG.md

File metadata and controls

49 lines (37 loc) · 1.93 KB

Changelog

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

  • 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

0.2.2 - 2018-10-17

Changed

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

0.2.1 - 2018-10-10

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.

0.2.0 - 2018-07-31

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

0.1.0 - 2018-07-16

Added

  • Initial development release