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