Files
php-flasher/CHANGELOG.md
T
2024-05-26 13:26:08 +01:00

1.6 KiB

CHANGELOG for 2.x

Unreleased

  • feature [Flasher] add Default configuration options. See PR #183 by AhmedGamal
  • feature [Laravel] Refactor middleware to use Symfony's base response class, addressing compatibility issues. See PR #184 by yoeunes

v2.0.1 - 2024-05-23

  • bug #176 [Laravel] Correctly disable FlasherMiddleware when inject_assets is set to false. See PR #177 by yoeunes
  • bug #176 [Flasher] Ensure global timeout option applies to all requests. See PR #180 by yoeunes
  • bug #176 [Laravel] Allow disabling of default flash replacement by setting flash_bag to false. See PR #181 by yoeunes
  • bug #176 [Flasher] Ensure flash_bag option overrides default values instead of appending. See PR #182 by yoeunes