Skip to content

Releases: laminas/laminas-diactoros

laminas-diactoros 2.3.1

07 Jul 15:37
2.3.1
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #44 fixes an issue whereby the uploaded file size was being provided as an integer string, and causing type errors. The value is now cast to integer before creating an UploadedFile instance.

laminas-diactoros 2.3.0

27 Apr 17:07
2.3.0
Compare
Choose a tag to compare

Added

  • #37 adds a ConfigProvider and Module, allowing the package to be autoregistered within Mezzio and MVC applications. Each provides configuration mapping PSR-17 HTTP message factory interfaces to the Diactoros implementations of them.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Nothing.

laminas-diactoros 2.2.3

29 Mar 12:32
2.2.3
b596c71
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixed replace version constraint in composer.json so repository can be used as replacement of zendframework/zend-diactoros:^2.2.1.

laminas-diactoros 2.2.2

07 Jan 19:41
2.2.2
Compare
Choose a tag to compare

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #30 adds missing return statements to the various src/functions/*.legacy.php function files to ensure they work correctly when used.