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