Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 649 Bytes

CHANGELOG.md

File metadata and controls

24 lines (14 loc) · 649 Bytes

Change Log

The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release.

4.1.0

Changed

  • Refactored AbstractHttpProvider::getUrlContents to split it up to different functions. We now got AbstractHttpProvider::getUrlContents, AbstractHttpProvider::getRequest and AbstractHttpProvider::getParsedResponse.

4.0.0

No changes since beta 2.

4.0.0-beta2

  • Removed AbstractHttpProvider::setMessageFactory.
  • Removed AbstractHttpProvider::getHttpClient.
  • Make sure we have a MessageFactory in the constructor of AbstractHttpProvider.

4.0.0-beta1

First release of this library.