oops, Email::Sender::Simple version was wrong
[catagits/Catalyst-View-Email.git] / Changes
1 Revision history for Perl extension Catalyst::View::Email.
2
3 0.15    2010-01-12
4         - Fixed teeny version issue with Email::Sender::Simple
5
6 0.14    2010-01-09
7         - Ported over to using Email::Sender::Simple, and Moose
8                 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
9                   it die.
10
11 0.13    2009-02-22 14:06:00
12         - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
13
14 0.12    2009-01-22 06:52:00
15         - Fixing tests for new versions of MIME::Creator
16         - Better structure of the code so that ::Template can also handle
17           plain text views
18         - Added onto troubleshooting
19
20 0.11    2008-07-04 09:14:00
21         - Fixing a bug where content-type was ignored so multipart/alternative
22           failed.  RT #32215
23
24 0.10    2007-11-22 23:00:00
25         - Refactored by Alexander Hartmaier with api changes
26           and POD improvements
27
28 0.06
29         - Fixing some slight issues with configuration not being handled
30           appropriately (thanks dwc and mst)
31 0.05
32         - Better support for configuration
33         - Adding Mason tests
34
35 0.04
36         - Fixing MANIFEST, distribution
37
38 0.03
39         - Improved handling of configuration, thanks to mst.
40
41 0.02
42         - Allow configuration from application or ConfigLoader
43         - Minor POD updates
44
45 0.01  2007-06-03
46         - Initial release