Skip to content

Latest commit

 

History

History
107 lines (56 loc) · 2.46 KB

CHANGELOG.md

File metadata and controls

107 lines (56 loc) · 2.46 KB

Change Log

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.

[3.0.1] - 2021-03-21

  • Allow to be installed with Guzzle PSR-7 2.0

[3.0.0] - 2020-10-01

  • Only support HTTPlug 2.0 and PSR-18
  • HTTPlug 2.0 is now optional (only require it if you need to test async)
  • HttpClientTest now relies only on PSR-18 (no need for HTTPlug)
  • Added support for PHPUnit 8 and 9

[2.0.1] - 2018-12-27

  • Use __toString() instead of getContents()

2.0.0 - 2018-11-03

1.0.0 - 2018-11-03

Changed

  • Don't test TRACE requests with request bodies, as they're not valid requests according to the RFC.
  • Make the test suite PHPUnit 6 compatible

0.6.2 - 2017-07-10

0.6.1 - 2017-07-10

0.6.0 - 2017-05-29

0.5.1 - 2016-07-18

Fixed

  • Old name

0.5.0 - 2016-07-18

Changed

  • Renamed to client-integration-tests
  • Improved pacakge

0.4.0 - 2016-03-02

Removed

  • Discovery dependency

0.3.1 - 2016-02-11

Changed

  • Updated message dependency

0.3.0 - 2016-01-21

Changed

  • Updated discovery dependency

0.2.0 - 2016-01-13

Changed

  • Updated to latest HTTPlug version
  • Updated package files

0.1.0 - 2015-06-12

Added

  • Initial release