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