1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-01-17 05:18:32 +01:00
php-debugbar/CHANGELOG.md

57 lines
1.1 KiB
Markdown
Raw Normal View History

2013-09-15 12:59:43 -04:00
# Changelog
2014-03-22:
- added AssetProvider interface
- added JavascriptRenderer::addAssets()
2014-03-04 14:09:36 -03:00
2014-01-04:
- added DataFormatter
2014-03-04 14:09:36 -03:00
2013-12-29:
- display an error where the header is too large when sending data with an ajax request
- close button instead of minimize
2013-12-27:
- responsiveness of the debugbar in the browser
2013-12-19:
- use Bower to manage assets
2013-10-24:
- added option to render sql with params in PDO collector
2013-10-06:
- prefixed all css classes
- new PhpDebugBar.utils.csscls() function
- changed datetime to time in datasets selector
- close and open buttons now uses images instead of font-awesome
2013-09-23:
- send the request id in headers and use the open handler to retreive the dataset
- !! modified sendDataAsHeaders() to add $useOpenHandler as the first argument
- OpenHandler::handle() can now take any objects implementing ArrayAccess as request data
2013-09-19:
- added HttpDriver
- added jQuery.noConflict() managment
2013-09-15 (1.6):
2013-09-15 12:59:43 -04:00
- added sending data through HTTP headers
- added stacked data
- bug fixes
1.5:
- added storage
- added open handler