Skip to content

Releases: sunrise-php/http-message

v3.0.0

13 May 00:50
9914570
Compare
Choose a tag to compare
  • All http-message packages are merged:
    • http-header;
    • http-header-kit;
    • http-server-request;
    • stream;
    • uri.
  • Minimal PHP version 7.4.

v2.1.3

20 Apr 14:56
Compare
Choose a tag to compare
  • Insignificant changes.

v2.1.2

18 Apr 00:03
3dc018b
Compare
Choose a tag to compare
  • Minor changes.

v2.1.1

30 Nov 09:44
140918d
Compare
Choose a tag to compare
  • Improved tests (#20).

v2.1.0

05 Nov 07:33
f47c9a2
Compare
Choose a tag to compare
  • A new method RequestFactory::createJsonRequest() was added.

v2.0.0

24 Oct 13:09
5f8159f
Compare
Choose a tag to compare
  • improved codebase.

v1.4.0

26 Dec 06:05
e71162d
Compare
Choose a tag to compare
  • PHP8 support;
  • Integration with Object Headers;
  • CS fix.

v1.3.0

13 Apr 02:39
37a4dfe
Compare
Choose a tag to compare
  • New method Message::withMultipleHeaders() added;
  • The ResponseFactory::createJsonResponse() method throws the JsonException exception.

v1.2.0

21 Jan 12:34
fd098f2
Compare
Choose a tag to compare
  • New method ResponseFactory::createHtmlResponse();
  • Update dependency phpunit/phpunit to v7.5.20.

v1.1.0

09 Jan 23:37
bda3e23
Compare
Choose a tag to compare
  • the ResponseFactory::createJsonResponse() method has been added
  • tests improved
  • update dependency phpunit/phpunit to v7.5.18