- Add Redis/PDO storage options
- Base EventCollector on TimeData Collector
- Use XHR handler instead of jQuery handler
- Fix compatability with Symfony 2.3 (Laravel 4.)
- Fix L5 compatability
- add hints + explain options to QueryLogger
- update to Debugbar 1.10.x
- new ViewCollector layout with more information
- Make it compatible with Laravel 5.0-dev
- Allow anonymous function as
enabled
setting (for IP checks etc) - Escape query bindings, to prevent executing of scripts/html
- Fix reflash bug
- Fix caching of debugbar assets
- Reflash data for all debugbar requests
- Rename assets routes to prevent Nginx conflicts
- Add helper functions (debug(), add/start/stop_measure() and measure()
- Collect data on responses that are not redirect/ajax/html also.
- Fix 4.0 compatibility (problem with Controller namespace)
- Give deprecation notice instead of publishing assets.
- Deprecated
debugbar:publish
command in favor of AssetController - Fixed issue with detecting absolute paths in Windows
- Use AssetController instead of publishing assets to the public folder.
- Inline fonts + images to base64 Data-URI
- Use PSR-4 file structure
- Change OpenHandler layout
- Add backtrace option for query origin
- Add Twig extensions for better integration with rcrowe/TwigBridge
- Check if Requests wantsJSON instead of only isXmlHttpRequest
- Make sure closure for timing is run, even when disabled
- Add Laravel style
- Work on non-UTF-8 handling