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