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