forked from barryvdh/laravel-debugbar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
# Changelog for Laravel Debugbar | ||
|
||
## 1.7.0 (2014-09-03) | ||
|
||
- Use AssetController instead of publishing assets to the public folder. | ||
- Inline fonts + images to base64 Data-URI | ||
- Deprecated `debugbar:publish` command in favor of AssetController | ||
- Use PSR-4 file structure | ||
|
||
## 1.6.8 (2014-08-27) | ||
|
||
- Change OpenHandler layout | ||
- Add backtrace option for query origin | ||
|
||
## 1.6.7 (2014-08-09) | ||
|
||
- Add Twig extensions for better integration with rcrowe/TwigBridge | ||
|
||
## 1.6.6 (2014-07-08) | ||
|
||
- Check if Requests wantsJSON instead of only isXmlHttpRequest | ||
- Make sure closure for timing is run, even when disabled | ||
|
||
## 1.6.5 (2014-06-24) | ||
|
||
- Add Laravel style | ||
|
||
## 1.6.4 (2014-06-15) | ||
|
||
- Work on non-UTF-8 handling |