Next version, handles falling back to plain text mails when Template is still in...
[catagits/Catalyst-View-Email.git] / Changes
1 Revision history for Perl extension Catalyst::View::Email.
2
3 0.12    2009-01-22 06:52:00
4         - Fixing tests for new versions of MIME::Creator
5         - Better structure of the code so that ::Template can also handle
6           plain text views
7         - Added onto troubleshooting
8
9 0.11    2008-07-04 09:14:00
10         - Fixing a bug where content-type was ignored so multipart/alternative
11           failed.  RT #32215
12
13 0.10    2007-11-22 23:00:00
14         - Refactored by Alexander Hartmaier with api changes
15           and POD improvements
16
17 0.06
18         - Fixing some slight issues with configuration not being handled
19           appropriately (thanks dwc and mst)
20 0.05
21         - Better support for configuration
22         - Adding Mason tests
23
24 0.04
25         - Fixing MANIFEST, distribution
26
27 0.03
28         - Improved handling of configuration, thanks to mst.
29
30 0.02
31         - Allow configuration from application or ConfigLoader
32         - Minor POD updates
33
34 0.01  2007-06-03
35         - Initial release