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