applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt...
[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
e5594ace 6 - Added patch (with additional tests) to enable proper content_type setting for email templates
7 per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
4cc077cf 8 - Removed unneccesary test
16fd99f2 9 - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162
020106d2 10
beda8c31 110.31 2011-01-17
12 - Added handling and test for encoding and quoting parts RT #56391
13
82a3774f 140.30 2010-05-22
15 - Added Test::Requires to 06config.t
16
a13a5e7d 170.29 2010-05-21
18 - Using Test::Requires for Mason and Template::Toolkit dependency check
19 - Removed Template::Toolkit and Mason as prereqs
20
5d205d68 210.28 2010-05-14
9e7944bd 22 - Added version numbers to Helpers
23
9fb41fd0 240.27 2010-03-23
1cba62c6 25 - made ::View::TT and ::View::Mason hard deps
26 - adjusted tests to reflect the aforementioned
27 - patches welcome
28
bee7a5b3 290.25_02 2010-02-21
30 - cleaned up tests
31 - made Test::More 0.88 a prereq
32
330.25_01 2010-02-21
34 - updated/corrected docs
35 - added proper svn repo url
36
370.25 2010-02-01
a29d6a45 38 - converted to Module::Install
39
400.23 2010-01-30
41 - removed Email::Send::Test from t/lib/* views
1ff51b93 42
430.22 2010-01-28
44 - small fixes, version bumpage etc
45
460.21_01 2010-01-27
47 - dev release to test recent fixes
48
490.21 2010-01-27
50 - provided a sane MANIFEST.SKIP for dzil
51
cbfdc762 520.20 2010-01-26
53 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
54
38a2ba64 550.19 2010-01-18
56 - fixed optional dependencies
57 - added META stuff back in
58
e6826f98 590.18 2010-01-17
60 - Fixed version dependencies for failing regressions
61 - added Email::Send::Test as a dependency
62
3845256a 630.17 2010-01-14
64 - fixed MANIFEST
65
660.16 2010-01-12
67 - Fixed a Makefile.PL issue
68
4d4ba7ae 690.15 2010-01-12
70 - Fixed teeny version issue with Email::Sender::Simple
71
f2166d91 720.14 2010-01-09
b13ccbbc 73 - Ported over to using Email::Sender::Simple, and Moose
74 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
75 it die.
76
b7b30250 770.13 2009-02-22 14:06:00
78 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
79
e512f6ca 800.12 2009-01-22 06:52:00
81 - Fixing tests for new versions of MIME::Creator
82 - Better structure of the code so that ::Template can also handle
83 plain text views
84 - Added onto troubleshooting
85
860.11 2008-07-04 09:14:00
87 - Fixing a bug where content-type was ignored so multipart/alternative
88 failed. RT #32215
89
4a44bcd3 900.10 2007-11-22 23:00:00
ea115f9b 91 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 92 and POD improvements
06afcdbc 93
8b10ee55 940.06
95 - Fixing some slight issues with configuration not being handled
96 appropriately (thanks dwc and mst)
970.05
98 - Better support for configuration
99 - Adding Mason tests
100
607b7389 1010.04
102 - Fixing MANIFEST, distribution
103
1040.03
105 - Improved handling of configuration, thanks to mst.
106
1070.02
108 - Allow configuration from application or ConfigLoader
109 - Minor POD updates
110
1110.01 2007-06-03
112 - Initial release