Skip to content

Releases: polymorphine/message

Release version 1.2.5

Choose a tag to compare

@shudd3r shudd3r released this 28 Jan 04:04
439d45d

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

Release version 1.2.4

Choose a tag to compare

@shudd3r shudd3r released this 08 Jan 12:23
170177d

Changes:

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

Misc:

  • Simplified UploadedFile tree building
  • Refactored test methods

Release version 1.2.3

Choose a tag to compare

@shudd3r shudd3r released this 05 Jan 02:52
e58674d

Upgraded codebase to php 8.4

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

Release version 1.2.2

Choose a tag to compare

@shudd3r shudd3r released this 04 Dec 11:57
7ef23ff
  • Fixed error for HTTP/2.0 protocol signature

Release version 1.2.1

Choose a tag to compare

@shudd3r shudd3r released this 05 Oct 00:42
a049305
  • Synchronized package files with skeleton template

Release version 1.2.0

Choose a tag to compare

@shudd3r shudd3r released this 31 Aug 19:28
0e5d730
  • 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

Choose a tag to compare

@shudd3r shudd3r released this 10 Aug 11:09
7893207
  • 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

Choose a tag to compare

@shudd3r shudd3r released this 03 Mar 21:40
  • 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

Choose a tag to compare

@shudd3r shudd3r released this 03 Mar 08:05

PSR-7 HTTP message implementations with:

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