This file documents the revision history for Catalyst::Plugin::ErrorCatcher
0.0.6.4 Mon Sep 28 10:02:32 BST 2009
- extend ::Email emitter to allow tag placeholders in subject line
0.0.6.3 Fri Sep 11 11:21:03 BST 2009
- POD fix (enabled --> enable)
- RT#49550: POD fix (copy-and-paste whoopsie)
- RT#49552: ->user added to report (if exists)
- RT#49590: ->request only added if exists (for ::Stomp)
0.0.6.2 Wed Jul 22 19:17:15 BST 2009
- add Cc: option to email emitter
0.0.6.1 Mon Jun 29 14:15:08 BST 2009
- fix hostname in email emitter subject line
0.0.6
- make sure we do nothing if "enabled" is explicitly set to 0
- add some extra output if we have a non-zero "verbose" value
- added ::File emitter
0.0.5 Tue May 26 18:55:03 BST 2009
- "cleanup" DBIx::Class::Schema::txn_do() format messages
- add hostname to default email subject line
0.0.4 Thu May 21 08:58:22 BST 2009
- remove UNIVERSAL::can module usage
(still calling can() 'correctly')
- added "always_log" config option
- added missing build dependency
0.0.3 Mon May 11 21:18:55 BST 2009
- fix plugin setup() to work properly
- added tests
0.0.2.2 Mon May 11 14:05:11 BST 2009
- specified minimum version of Catalyst::Runtime
(for ctx_request() test method)
0.0.2.1 Sat May 9 19:31:11 BST 2009
- added missing build dependencies
- added version number to Email emitter
0.0.2 Fri May 8 21:22:09 BST 2009
- added Email emitter
- store config options in an accessor
- specify version of inc::Module::Install
- added some basic tests
0.0.1 Thu May 7 23:13:09 BST 2009
- Initial module release