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