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