added test for patch added by https://rt.cpan.org/Ticket/Display.html?id=66495
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
020106d2 30.32 2013-01-15
4 - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
0f67232c 5 - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
020106d2 6
beda8c31 70.31 2011-01-17
8 - Added handling and test for encoding and quoting parts RT #56391
9
82a3774f 100.30 2010-05-22
11 - Added Test::Requires to 06config.t
12
a13a5e7d 130.29 2010-05-21
14 - Using Test::Requires for Mason and Template::Toolkit dependency check
15 - Removed Template::Toolkit and Mason as prereqs
16
5d205d68 170.28 2010-05-14
9e7944bd 18 - Added version numbers to Helpers
19
9fb41fd0 200.27 2010-03-23
1cba62c6 21 - made ::View::TT and ::View::Mason hard deps
22 - adjusted tests to reflect the aforementioned
23 - patches welcome
24
bee7a5b3 250.25_02 2010-02-21
26 - cleaned up tests
27 - made Test::More 0.88 a prereq
28
290.25_01 2010-02-21
30 - updated/corrected docs
31 - added proper svn repo url
32
330.25 2010-02-01
a29d6a45 34 - converted to Module::Install
35
360.23 2010-01-30
37 - removed Email::Send::Test from t/lib/* views
1ff51b93 38
390.22 2010-01-28
40 - small fixes, version bumpage etc
41
420.21_01 2010-01-27
43 - dev release to test recent fixes
44
450.21 2010-01-27
46 - provided a sane MANIFEST.SKIP for dzil
47
cbfdc762 480.20 2010-01-26
49 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
50
38a2ba64 510.19 2010-01-18
52 - fixed optional dependencies
53 - added META stuff back in
54
e6826f98 550.18 2010-01-17
56 - Fixed version dependencies for failing regressions
57 - added Email::Send::Test as a dependency
58
3845256a 590.17 2010-01-14
60 - fixed MANIFEST
61
620.16 2010-01-12
63 - Fixed a Makefile.PL issue
64
4d4ba7ae 650.15 2010-01-12
66 - Fixed teeny version issue with Email::Sender::Simple
67
f2166d91 680.14 2010-01-09
b13ccbbc 69 - Ported over to using Email::Sender::Simple, and Moose
70 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
71 it die.
72
b7b30250 730.13 2009-02-22 14:06:00
74 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
75
e512f6ca 760.12 2009-01-22 06:52:00
77 - Fixing tests for new versions of MIME::Creator
78 - Better structure of the code so that ::Template can also handle
79 plain text views
80 - Added onto troubleshooting
81
820.11 2008-07-04 09:14:00
83 - Fixing a bug where content-type was ignored so multipart/alternative
84 failed. RT #32215
85
4a44bcd3 860.10 2007-11-22 23:00:00
ea115f9b 87 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 88 and POD improvements
06afcdbc 89
8b10ee55 900.06
91 - Fixing some slight issues with configuration not being handled
92 appropriately (thanks dwc and mst)
930.05
94 - Better support for configuration
95 - Adding Mason tests
96
607b7389 970.04
98 - Fixing MANIFEST, distribution
99
1000.03
101 - Improved handling of configuration, thanks to mst.
102
1030.02
104 - Allow configuration from application or ConfigLoader
105 - Minor POD updates
106
1070.01 2007-06-03
108 - Initial release