Skip to content

Releases: polymorphine/message

Release version 1.2.5

28 Jan 04:04
439d45d
Compare
Choose a tag to compare

Changed class elements order according to updated Polymorphine/Dev coding standard (version 0.6.0).

Release version 1.2.4

08 Jan 12:23
170177d
Compare
Choose a tag to compare

Changes:

  • Expanded psr/http-message version compatibility with 2.x

Misc:

  • Simplified UploadedFile tree building
  • Refactored test methods

Release version 1.2.3

05 Jan 02:52
e58674d
Compare
Choose a tag to compare

Upgraded codebase to php 8.4

  • Upgraded dev package & build scripts
  • Removed implicitly nullable arguments
  • Updated code style

Release version 1.2.2

04 Dec 11:57
7ef23ff
Compare
Choose a tag to compare
  • Fixed error for HTTP/2.0 protocol signature

Release version 1.2.1

05 Oct 00:42
a049305
Compare
Choose a tag to compare
  • Synchronized package files with skeleton template

Release version 1.2.0

31 Aug 19:28
0e5d730
Compare
Choose a tag to compare
  • Removed FORCE_OBJECT from default Response::json() options
  • Added constructors for common error responses
  • Added default value for Stream argument in Requests & Responses

Release version 1.1.1

10 Aug 11:09
7893207
Compare
Choose a tag to compare
  • Expanded required php version with ^8.0
  • Added cs testing script to composer.json
  • Fixed formatting in test files
  • Updated Github workflow script

Release version 1.1.0

03 Mar 21:40
Compare
Choose a tag to compare
  • Upgraded code to php 7.4
  • Replaced dev dependencies with Polymorphine/Dev tools package
  • Updated code style to new rulesets
  • Replaced Travis automated testing with Github actions

Release version 1.0.0

03 Mar 08:05
Compare
Choose a tag to compare

PSR-7 HTTP message implementations with:

  • PSR-17 HTTP Factories
  • Multiple named constructors for convenience
  • ServerData superglobal handler to build ServerRequest