| 1 | Revision history for CGI::Carp::DebugScreen |
|---|
| 2 | |
|---|
| 3 | 0.15 2008/11/22 |
|---|
| 4 | - major refactoring; internals are changed a lot |
|---|
| 5 | - now accepts any engine/view with "as_html" method |
|---|
| 6 | - some of the name of the options are changed and |
|---|
| 7 | waiting for deprecation. If you have used a custom |
|---|
| 8 | view, see the sources and find "XXX"s. |
|---|
| 9 | - added some tests |
|---|
| 10 | |
|---|
| 11 | 0.14 2007/05/27 |
|---|
| 12 | - maintenance release: no significant code changes |
|---|
| 13 | - added license to Makefile.PL |
|---|
| 14 | - updated version of META.yml |
|---|
| 15 | |
|---|
| 16 | 0.13 2006/01/23 |
|---|
| 17 | - changed internal behavior to support mod_perl (1, and |
|---|
| 18 | probably 2) |
|---|
| 19 | - changed view's (internal) APIs (view->as_html) |
|---|
| 20 | |
|---|
| 21 | 0.12 2006/01/16 |
|---|
| 22 | - added link to Sledge::Plugin::DebugScreen |
|---|
| 23 | - added pod / pod-coverage testing and fixed pods. |
|---|
| 24 | |
|---|
| 25 | 0.11 2006/01/14 |
|---|
| 26 | - now Dumper (watchlist) can ignore overloading, thus |
|---|
| 27 | poking into the object further. |
|---|
| 28 | |
|---|
| 29 | 0.10 2006/01/14 |
|---|
| 30 | - fixed a parsing error |
|---|
| 31 | |
|---|
| 32 | 0.09 2006/01/13 |
|---|
| 33 | - fixed a parsing error to show multi-lines message correctly |
|---|
| 34 | |
|---|
| 35 | 0.08 2006/01/04 |
|---|
| 36 | - fixed TT and DefaultView templates to hide the box and |
|---|
| 37 | the navigation without data |
|---|
| 38 | |
|---|
| 39 | 0.07 2006/01/03 |
|---|
| 40 | - added CGI::Carp::DebugScreen::Dumper and a watchlist function |
|---|
| 41 | - templates output the C::C::DS' version and the engine name |
|---|
| 42 | - separated tests on TT and HTML::Template |
|---|
| 43 | |
|---|
| 44 | 0.06 2005/12/27 |
|---|
| 45 | - fixed a parsing error (with <DATA> line) |
|---|
| 46 | |
|---|
| 47 | 0.05 2005/12/27 |
|---|
| 48 | - fixed some 'uninitialized' errors |
|---|
| 49 | |
|---|
| 50 | 0.04 2005/12/25 |
|---|
| 51 | - fixed lt escape for DefaultView and TT |
|---|
| 52 | |
|---|
| 53 | 0.03 2005/12/22 |
|---|
| 54 | - fixed a packaging error; sorry again |
|---|
| 55 | |
|---|
| 56 | 0.02 2005/12/21 |
|---|
| 57 | - fixed a packaging error |
|---|
| 58 | |
|---|
| 59 | 0.01 2005/12/21 |
|---|
| 60 | - Initial release |
|---|