Skip to content

Releases: sunrise-php/http-message

v3.1.0

30 Oct 02:25
946f98b

Choose a tag to compare

  • Added a new JsonRequest() impl.;
  • Added a new UrlEncodedRequest() impl.

v3.1.0-rc.2

30 Oct 02:10

Choose a tag to compare

v3.1.0-rc.2 Pre-release
Pre-release
  • Added a new JsonRequest() impl.;
  • Added a new UrlEncodedRequest() impl.

v3.1.0-rc.1

30 Oct 01:00

Choose a tag to compare

v3.1.0-rc.1 Pre-release
Pre-release
  • Added a new JsonRequest() impl.

v3.0.0

13 May 00:50
9914570

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

Choose a tag to compare

  • Insignificant changes.

v2.1.2

18 Apr 00:03
3dc018b

Choose a tag to compare

  • Minor changes.

v2.1.1

30 Nov 09:44
140918d

Choose a tag to compare

  • Improved tests (#20).

v2.1.0

05 Nov 07:33
f47c9a2

Choose a tag to compare

  • A new method RequestFactory::createJsonRequest() was added.

v2.0.0

24 Oct 13:09
5f8159f

Choose a tag to compare

  • improved codebase.

v1.4.0

26 Dec 06:05
e71162d

Choose a tag to compare

  • PHP8 support;
  • Integration with Object Headers;
  • CS fix.