- Fix array to string conversion (#839)
- Laravel 7 support (a26891d)
- Dropped support for Laravel 5.8
- Handle all
eval()
failures from Laravel Tinker (#829)
- ReflectionException when used with debugbar (#825)
- Only log file/line for exception trace (#817)
- Avoiding to create guard (#810)
- Check if composers key exists (#797)
- Enable redis events by default if the watcher is enabled (#789)
- Fix Round queries duration to 2 decimal places (#791)
- Fix ignore generic listeners as view composer (#794)
- Add information about view composers (#766)
- Add formatted output support for plain text responses (#749)
- Added support for event ignoring (#738)
- Show warning when manifest is outdated (#729)
- Properly Implode Nested(Array) Notification Routes To Fix Array To String Conversion Exception (#778)
- Don't use familyHash for queries (#773)
- Hide php-auth-pw server variable by default (#740)
- Use time instead of duplicated to show global queries duration (#737)
- Check for null values in query bindings (#727)
- Prevent resuming recording when processing sync job (#720)
- Jump to related entry by hash (#708)
- Format SQL in watcher (#714)
- Mark exceptions as resolved (#710)
- Full timestamp on hover (#668)
- Add memory to request watcher (#680)
- Add view collector (#679)
- Adding meta for disavowing robots (#703)
- Chunk storage of exceptions and tags (#670)
- Simplify dump error screen (#688)
- Log failed requests (#701)
- Fix view tab selection order (#707)
- Only load sfDump header once (#714)
- Fix events with ShouldBroadcastNow (#623)
- Support duration calculation without constant
LARAVEL_START
(#664) - Optimize dump (#683)
- use
property_exists
(eb3f6f8)
- Cache key compatibility update (#583)
- Newline Config (#595)
- Support apps that run carbon 1.0 (2b976e5)
- Added support for
Date::use(CarbonImmutable::class);
(d7a3ca4)
- Update Cache to use seconds instead of minutes (#562)