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.
v10.26.1 - 2023-10-03
- [10.x] Fix selection of vendor files after searching by @jessarcher in (#48619)
v10.26.0 - 2023-10-03
- [10.x] Convert Expression to string for from in having subqueries by @ikari7789 in (#48525)
- [10.x] Allow searching on
vendor:publish
prompt by @jessarcher in (#48586)
- [10.x] Enhance Test Coverage for Macroable Trait by @salehhashemi1992 in (#48583)
- [10.x] Add new SQL error messages by @magnusvin in (#48601)
- [10.x] Ensure array cache considers milliseconds by @timacdonald in (#48573)
- [10.x] Prevent
session:table
command from creating duplicates by @jessarcher in (#48602)
- [10.x] Handle expiration in seconds by @timacdonald in (#48600)
- [10.x] Avoid duplicate code for create table commands by extending new
Illuminate\Console\MigrationGeneratorCommand
by @crynobone in (#48603)
v10.25.2 - 2023-09-28
- [10.x] Account for new MariaDB platform by @timacdonald in (#48563)
- [10.x] Add Windows fallback for
multisearch
prompt by @jessarcher in (#48565)
- Revert "[10.x] Fix blade failing to compile when mixing inline/block @php directives" by @driesvints in (#48575)
- [10.x] Added Validation Macro Functionality Tests by @salehhashemi1992 in (#48570)
- Revert expiry time changes by @driesvints in (#48576)
v10.25.1 - 2023-09-27
- [10.x] Fix "after commit" callbacks not running on nested transactions using
RefreshDatabase
orDatabaseMigrations
by @crynobone in (#48523)
- [10.x] Fix undefined constant
STDIN
error withArtisan::call
during a request by @jessarcher in (#48559)
v10.25.0 - 2023-09-26
- [10.x] Add str()->take($limit) and Str::take($string, $limit) by @moshe-autoleadstar in (#48467)
- [10.x] Throttle exceptions by @timacdonald in (#48391)
- [10.x] Fix blade failing to compile when mixing inline/block @php directives by @CalebDW in (#48420)
- [10.x] Fix test name for stringable position by @shawnlindstrom in (#48480)
- [10.x] Fix
CanBeOneOfMany
giving erroneous results by @Guilhem-DELAITRE in (#47427)
- [10.x] Disable autoincrement for unsupported column type by @ikari7789 in (#48501)
- [10.x] Ensure array driver expires values at the expiry time by @timacdonald in (#48497)
- [10.x] Fix typos by @szepeviktor in (#48513)
- [10.x] Fix typos in tests by @szepeviktor in (#48534)
- [10.x] Convert exception rate limit to seconds by @timacdonald in (#48543)
- [10.x] Adds the
firstOrCreate
andcreateOrFirst
methods to theHasManyThrough
relation by @tonysm in (#48541)
- [10.x] Handle custom extensions when caching views by @timacdonald in (#48524)
- [10.x] Set prompt interactivity mode by @jessarcher in (#48468)