- 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