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