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