-
Notifications
You must be signed in to change notification settings - Fork 2
/
Changes
executable file
·37 lines (29 loc) · 1.36 KB
/
Changes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Revision history for Dancer-Plugin-DebugToolbar
0.017 2011-??-??
* Excluded unused data from configuration passed to JavaScript code
* Improved displaying of blessed references
* Fixed JSON encoding problem
0.016 2011-09-14
* Fixed the displaying of routes defined with regular expressions
* Fixed cyclic references detection to not produce false positives
* Added template inspection feature
0.015 2011-08-13
* Fixed installation problem caused by File::ShareDir::Install missing
from CONFIGURE_REQUIRES
* Fixed window positioning problem with scrolled content
* Added cyclic references detection for inspected data structures
* Fixed path prefix handling
0.014 2011-08-11
* Fixed an issue with DBI::reset being called needlessly
0.013 2011-08-09
* Fixed issues with using the plugin with Plack
* Fixed a problem with JavaScript configuration loading
0.012 2011-08-07
Excluded Dancer::Plugin::DebugToolbar::DBI from POD coverage tests.
0.011 2011-08-07
* Most of the code rewritten for better separation of logic and
presentation
* The toolbar and information window are now displayed as iframes
* Added basic database tracing capabilities
0.01 2011-07-30
First version, released on an unsuspecting world.