Skip to content

Releases: mezzio/mezzio-helpers

5.7.0

13 Oct 17:14
5.7.0
8ba1bcf
Compare
Choose a tag to compare

Release Notes for 5.7.0

Feature release (minor)

Added

  • Added support for PHP 8.1

5.7.0

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

5.6.0

23 Apr 14:12
5.6.0
d0dfb5f
Compare
Choose a tag to compare

Release Notes for 5.6.0

Feature release (minor)

5.6.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

5.5.1

21 Apr 19:43
5.5.1
c9120ed
Compare
Choose a tag to compare

Release Notes for 5.5.1

Fixed

  • Version 5.5.0 added the boolean option "reuse_query_params". To keep backwards compatibility with previous behavior (which did not reuse query parameters), this patch considers the absence of the option to indicate it is disabled.

5.5.1

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Bug

5.5.0

20 Apr 20:23
5.5.0
3ceaaa5
Compare
Choose a tag to compare

Release Notes for 5.5.0

Added

  • This release adds support for the option "reuse_query_params" as an element of the $options array passed to the UrlHelper. When present and true, it will merge any provided query parameters with those already present in the request when generating the URL.

5.5.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement

5.4.1

20 Apr 17:25
5.4.1
5521434
Compare
Choose a tag to compare

Release Notes for 5.4.1

Changed

  • This release changes the behavior of the Mezzio\Helper\BodyParams\JsonStrategy::parse() method slightly. Previously, if the body could be parsed as JSON, the result was always passed to the request's withParsedBody() method. However, PSR-7 indicates that the method should only ever receive a null value, or structured data in the form of an array or object. As such. the JsonStrategy::parse() method now checks to see if we have anything other than an array or object returned from the json_decode() operation, and, if so, uses a null value to call withParsedBody().

5.4.1

  • Total issues resolved: 0
  • Total pull requests resolved: 2
  • Total contributors: 2

Enhancement

BC Break,Bug

5.4.0

18 Nov 13:59
5.4.0
cead6d7
Compare
Choose a tag to compare

5.4.0 - 2020-11-18

Added

  • #5 Adds PHP 8.0 support

Release Notes for 5.4.0

next feature release (minor)

5.4.0

  • Total issues resolved: 0
  • Total pull requests resolved: 1
  • Total contributors: 1

Enhancement