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