unfucked version
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
9fb41fd0 30.27 2010-03-23
1cba62c6 4 - made ::View::TT and ::View::Mason hard deps
5 - adjusted tests to reflect the aforementioned
6 - patches welcome
7
bee7a5b3 80.25_02 2010-02-21
9 - cleaned up tests
10 - made Test::More 0.88 a prereq
11
120.25_01 2010-02-21
13 - updated/corrected docs
14 - added proper svn repo url
15
160.25 2010-02-01
a29d6a45 17 - converted to Module::Install
18
190.23 2010-01-30
20 - removed Email::Send::Test from t/lib/* views
1ff51b93 21
220.22 2010-01-28
23 - small fixes, version bumpage etc
24
250.21_01 2010-01-27
26 - dev release to test recent fixes
27
280.21 2010-01-27
29 - provided a sane MANIFEST.SKIP for dzil
30
cbfdc762 310.20 2010-01-26
32 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
33
38a2ba64 340.19 2010-01-18
35 - fixed optional dependencies
36 - added META stuff back in
37
e6826f98 380.18 2010-01-17
39 - Fixed version dependencies for failing regressions
40 - added Email::Send::Test as a dependency
41
3845256a 420.17 2010-01-14
43 - fixed MANIFEST
44
450.16 2010-01-12
46 - Fixed a Makefile.PL issue
47
4d4ba7ae 480.15 2010-01-12
49 - Fixed teeny version issue with Email::Sender::Simple
50
f2166d91 510.14 2010-01-09
b13ccbbc 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
b7b30250 560.13 2009-02-22 14:06:00
57 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
58
e512f6ca 590.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
650.11 2008-07-04 09:14:00
66 - Fixing a bug where content-type was ignored so multipart/alternative
67 failed. RT #32215
68
4a44bcd3 690.10 2007-11-22 23:00:00
ea115f9b 70 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 71 and POD improvements
06afcdbc 72
8b10ee55 730.06
74 - Fixing some slight issues with configuration not being handled
75 appropriately (thanks dwc and mst)
760.05
77 - Better support for configuration
78 - Adding Mason tests
79
607b7389 800.04
81 - Fixing MANIFEST, distribution
82
830.03
84 - Improved handling of configuration, thanks to mst.
85
860.02
87 - Allow configuration from application or ConfigLoader
88 - Minor POD updates
89
900.01 2007-06-03
91 - Initial release