8000 Release v9.19.0 Β· laravel/framework Β· GitHub
[go: up one dir, main page]

Skip to content

v9.19.0

Compare
Choose a tag to compare
@TBlindaruk TBlindaruk released this 29 Jun 18:28
· 1285 commits to 9.x since this release

Added

  • Add new allowMaxRedirects method to PendingRequest (#42902)
  • Add support to detect dirty encrypted model attributes (#42888)
  • Added Vite (#42785)

Fixed

  • Fixed bug on forceCreate on a MorphMay relationship not including morph type (#42929)
  • Fix default parameter bug in routes (#42942)
  • Handle cursor paginator when no items are found (#42963)
  • Fixed Str::Mask() for repeating chars (#42956)
  • Fix undefined constant error when use slot name as key of object (#42943)
  • Fix BC break for Log feature tests (#42987)

Changed

  • Allow instance of Enum pass Enum Rule (#42906)
0