Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.1 KB

File metadata and controls

33 lines (21 loc) · 1.1 KB

Yii Request Body Parser Change Log

1.2.2 under development

  • no changes in this release.

1.2.1 December 21, 2025

  • Enh #49: Add PHP 8.5 support (@vjik)

1.2.0 September 23, 2025

  • Chg #44: Bump minimum PHP version to 8.1 (@vjik)
  • Chg #44: Change PHP constraint in composer.json to 8.1 - 8.4 (@vjik)
  • Enh #44: Add psalm type int<1, 2147483647> to depth parameter in JsonParser constructor (@vjik)
  • Enh #47: Use promoted readonly properties in JsonParser, BadRequestHandler and RequestBodyParser classes (@vjik)
  • Enh #47: Minor refactor RequestBodyParser: use str_contains() function instead of strpos() and ::class instead of get_class() (@vjik)
  • Bug #44: Explicitly mark nullable parameters (@vjik)
  • Bug #46: Explicitly add transitive dependency psr/http-factory (@vjik)

1.1.1 June 03, 2024

  • Enh #39: Add support for psr/http-message version ^2.0 (@bautrukevich)

1.1.0 July 01, 2022

  • Chg #18: Update yiisoft/http dependency (@devanych)
  • Enh #14: Add support for psr/container version ^2.0 (@roxblnfk)

1.0.0 February 02, 2021

  • Initial release.