Laravel Changelog History Search

Welcome to the Laravel Changelog History Search! Dive into the comprehensive history of the Laravel framework with ease. Explore past changes, updates, and improvements. Find specific versions or features quickly. Stay informed and empowered as you navigate the evolution of Laravel. Start searching and uncover the valuable insights from the Laravel Changelog History.

v8.83.2 (2022-02-22)

Added

  • Added support of Bitwise opperators in query (#41112)

Fixed

  • Fixes attempt to log deprecations on mocks (#41057)
  • Fixed loadAggregate not correctly applying casts (#41108)
  • Fixed updated with provided qualified updated_at (#41133)
  • Fixed database migrations $connection property (#41161)

v8.83.1 (2022-02-15)

Added

  • Add firstOr() function to BelongsToMany relation (#40828)
  • Catch suppressed deprecation logs (#40942)
  • Add doesntContain to higher order proxies (#41034)

Fixed

  • Fix isRelation() failing to check an Attribute (#40967)
  • Fix enum casts arrayable behaviour (#40999)

v8.83.0 (2022-02-08)

Added

Changed

  • Add a BladeCompiler::renderComponent() method to render a component instance by @tobyzerner in (#40745)
  • Improves Support\Reflector to support checking interfaces by @hassanhe in (#40822)
  • Consistent Stringable::swap() & Str::swap() implementations by @derekmd in (#40855)

Fixed

v8.82.0 (2022-02-01)

Added

  • Added class and method to create cross joined sequences for factories (#40542)
  • Added Transliterate shortcut to the Str helper (#40681)
  • Added array_keys validation rule (#40720)

Fixed

  • Prevent job serialization error in Queue (#40625)
  • Fixed autoresolving model name from factory (#40616)
  • Fixed : strtotime Epoch doesn't fit in PHP int (#40690)

Changed

  • Server command: Allow xdebug auto-connect to listener feature (#40673)
  • Allow to push and prepend config values on new keys (#40723)

v8.81.0 (2022-01-25)

Added

  • Added Illuminate/Support/Stringable::scan() (#40472)
  • Allow caching to be disabled for virtual attributes accessors that return an object (#40519)
  • Added getOrPut on Collection (#40535)
  • Improve PhpRedis flushing (#40544)
  • Added Illuminate/Support/Str::flushCache() (#40620)

Fixed

  • Fixed Str::headline/Str::studly with unicode and add Str::ucsplit method (#40499)
  • Fixed forgetMailers with MailFake (#40495)
  • Pruning Models: Get the default path for the models from a method instead (#40539)
  • Fix flushdb for predis cluste (#40446)
  • Avoid undefined array key 0 error (#40571)

Changed

  • Allow whitespace in PDO dbname for PostgreSQL (#40483)
  • Allows authorizeResource method to receive arrays of models and parameters (#40516)
  • Inverse morphable type and id filter statements to prevent SQL errors (#40523)