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