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