doc update, bump version
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
bee7a5b3 30.25_02 2010-02-21
4 - cleaned up tests
5 - made Test::More 0.88 a prereq
6
70.25_01 2010-02-21
8 - updated/corrected docs
9 - added proper svn repo url
10
110.25 2010-02-01
a29d6a45 12 - converted to Module::Install
13
140.23 2010-01-30
15 - removed Email::Send::Test from t/lib/* views
1ff51b93 16
170.22 2010-01-28
18 - small fixes, version bumpage etc
19
200.21_01 2010-01-27
21 - dev release to test recent fixes
22
230.21 2010-01-27
24 - provided a sane MANIFEST.SKIP for dzil
25
cbfdc762 260.20 2010-01-26
27 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
28
38a2ba64 290.19 2010-01-18
30 - fixed optional dependencies
31 - added META stuff back in
32
e6826f98 330.18 2010-01-17
34 - Fixed version dependencies for failing regressions
35 - added Email::Send::Test as a dependency
36
3845256a 370.17 2010-01-14
38 - fixed MANIFEST
39
400.16 2010-01-12
41 - Fixed a Makefile.PL issue
42
4d4ba7ae 430.15 2010-01-12
44 - Fixed teeny version issue with Email::Sender::Simple
45
f2166d91 460.14 2010-01-09
b13ccbbc 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
b7b30250 510.13 2009-02-22 14:06:00
52 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
53
e512f6ca 540.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
600.11 2008-07-04 09:14:00
61 - Fixing a bug where content-type was ignored so multipart/alternative
62 failed. RT #32215
63
4a44bcd3 640.10 2007-11-22 23:00:00
ea115f9b 65 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 66 and POD improvements
06afcdbc 67
8b10ee55 680.06
69 - Fixing some slight issues with configuration not being handled
70 appropriately (thanks dwc and mst)
710.05
72 - Better support for configuration
73 - Adding Mason tests
74
607b7389 750.04
76 - Fixing MANIFEST, distribution
77
780.03
79 - Improved handling of configuration, thanks to mst.
80
810.02
82 - Allow configuration from application or ConfigLoader
83 - Minor POD updates
84
850.01 2007-06-03
86 - Initial release