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