Releases: laravel/pail
Releases 路 laravel/pail
Release list
v1.2.7
Immutable
release. Only release title and notes can be modified.
- Makes imports consistent by @nunomaduro in #64
- fix: prevent Pail from crashing on malformed JSON log lines by @SagorIslamOfficial in #67
- fix: avoid resolving the auth user when building log context by @cosmicspork in #70
v1.2.6
- Update command description formatting to match all other Laravel Commands by @matthewjohns0n in #62
v1.2.5
- Supports Laravel 13 by @crynobone in #61
v1.2.4
- [1.x] PHP 8.5 Compatibility by @crynobone in #59
v1.2.3
- Support multiline logs by @gabus in #55
- Suggests
laravel/pailas dev dependencies by @crynobone in #56 - Disable deprecation notice from being displayed via Pail by @crynobone in #57
v1.2.2
- Supports Laravel 12 by @crynobone in #49
v1.2.1
- Use
testbench-coreinstead oftestbenchby @crynobone in #46
v1.2.0
- [1.x] Supports PHP 8.4 by @crynobone in #44
- [1.x] Adds
--timeoutoption by @nunomaduro in #45
v1.1.5
- [1.x] Test Improvements by @crynobone in #42