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