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