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