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.

v7.17.2 (2020-06-24)

Added

  • Added Illuminate\Http\Client\PendingRequest::withBody() method (1e1f531, 7b0b437)

Fixed

Revert

v7.17.1 (2020-06-23)

Fixed

  • Fixed "Undefined variable: current" exception in Illuminate\Database\Eloquent\Concerns\HasAttributes::originalIsEquivalent() #33308

v7.17.0 (2020-06-23)

Added

  • Added Illuminate\Console\Scheduling\ManagesFrequencies::lastDayOfMonth() (#33241, be194a8)
  • Allow array based event listeners (7594267)
  • Allow array callback format with non-static methods in Illuminate\Auth\Access\Gate::define() (b7977d3)
  • Added Illuminate\Console\Scheduling\ManagesFrequencies::time() parameter on twiceMonthly function (#33274)
  • Added providerIsLoaded method to Illuminate\Foundation\Application (#33286, b87233f)

Fixed

  • Fixed domain binding with custom fields in Illuminate\Routing\Route::domain() (#33231)
  • Fixed Model::originalIsEquivalent() with floats (#33259, d68d915)

v7.16.1 (2020-06-16)

Revert

  • Revert "handle array callbacks" in event dispatcher (4e3fedb)

v7.16.0 (2020-06-16)

Added

  • Added makeVisibleIf and makeHiddenIf methods to Illuminate\Database\Eloquent\Concerns\HidesAttributes (#33176, 42383e4)
  • Added option to specify a custom guard for the make:policy command (#33210, 13e3b65)
  • Added theme property to Illuminate\Mail\Mailable class (#33218)

Changed

  • Improved the reflector (#33184)
  • Streamline ease of use with relation subquery (#33180)