added TT back in as a dep
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
a13a5e7d 30.29 2010-05-21
4 - Using Test::Requires for Mason and Template::Toolkit dependency check
5 - Removed Template::Toolkit and Mason as prereqs
6
5d205d68 70.28 2010-05-14
9e7944bd 8 - Added version numbers to Helpers
9
9fb41fd0 100.27 2010-03-23
1cba62c6 11 - made ::View::TT and ::View::Mason hard deps
12 - adjusted tests to reflect the aforementioned
13 - patches welcome
14
bee7a5b3 150.25_02 2010-02-21
16 - cleaned up tests
17 - made Test::More 0.88 a prereq
18
190.25_01 2010-02-21
20 - updated/corrected docs
21 - added proper svn repo url
22
230.25 2010-02-01
a29d6a45 24 - converted to Module::Install
25
260.23 2010-01-30
27 - removed Email::Send::Test from t/lib/* views
1ff51b93 28
290.22 2010-01-28
30 - small fixes, version bumpage etc
31
320.21_01 2010-01-27
33 - dev release to test recent fixes
34
350.21 2010-01-27
36 - provided a sane MANIFEST.SKIP for dzil
37
cbfdc762 380.20 2010-01-26
39 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
40
38a2ba64 410.19 2010-01-18
42 - fixed optional dependencies
43 - added META stuff back in
44
e6826f98 450.18 2010-01-17
46 - Fixed version dependencies for failing regressions
47 - added Email::Send::Test as a dependency
48
3845256a 490.17 2010-01-14
50 - fixed MANIFEST
51
520.16 2010-01-12
53 - Fixed a Makefile.PL issue
54
4d4ba7ae 550.15 2010-01-12
56 - Fixed teeny version issue with Email::Sender::Simple
57
f2166d91 580.14 2010-01-09
b13ccbbc 59 - Ported over to using Email::Sender::Simple, and Moose
60 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
61 it die.
62
b7b30250 630.13 2009-02-22 14:06:00
64 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
65
e512f6ca 660.12 2009-01-22 06:52:00
67 - Fixing tests for new versions of MIME::Creator
68 - Better structure of the code so that ::Template can also handle
69 plain text views
70 - Added onto troubleshooting
71
720.11 2008-07-04 09:14:00
73 - Fixing a bug where content-type was ignored so multipart/alternative
74 failed. RT #32215
75
4a44bcd3 760.10 2007-11-22 23:00:00
ea115f9b 77 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 78 and POD improvements
06afcdbc 79
8b10ee55 800.06
81 - Fixing some slight issues with configuration not being handled
82 appropriately (thanks dwc and mst)
830.05
84 - Better support for configuration
85 - Adding Mason tests
86
607b7389 870.04
88 - Fixing MANIFEST, distribution
89
900.03
91 - Improved handling of configuration, thanks to mst.
92
930.02
94 - Allow configuration from application or ConfigLoader
95 - Minor POD updates
96
970.01 2007-06-03
98 - Initial release