1
0
mirror of https://github.com/maximebf/php-debugbar.git synced 2025-03-15 11:50:01 +01:00

updated docs and changelog

This commit is contained in:
maximebf 2014-03-04 14:09:36 -03:00
parent 2338c4ca70
commit f1cb4dd80b
3 changed files with 31 additions and 0 deletions

View File

@ -1,5 +1,26 @@
# Changelog
2014-01-04:
- added DataFormater
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

9
docs/data_formater.md Normal file
View File

@ -0,0 +1,9 @@
# Data Formater
An instance of `DebugBar\DataFormater\DataFormaterInterface` is used by collectors to
format data.
The default instance is `DebugBar\DataFormater\DataFormater`. This can be modified
using `DebugBar\DataCollector\DataCollector::setDefaultDataFormater()`.
You can use a custom formater for each collector using `DataCollector::setDataFormater()`.

View File

@ -9,6 +9,7 @@
"ajax_and_stack.md",
"base_collectors.md",
"bridge_collectors.md",
"data_formater.md",
"storage.md",
"openhandler.md",
"http_drivers.md",