bumped versoin numbers all around
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
5d205d68 30.28 2010-05-14
9e7944bd 4 - Added version numbers to Helpers
5
9fb41fd0 60.27 2010-03-23
1cba62c6 7 - made ::View::TT and ::View::Mason hard deps
8 - adjusted tests to reflect the aforementioned
9 - patches welcome
10
bee7a5b3 110.25_02 2010-02-21
12 - cleaned up tests
13 - made Test::More 0.88 a prereq
14
150.25_01 2010-02-21
16 - updated/corrected docs
17 - added proper svn repo url
18
190.25 2010-02-01
a29d6a45 20 - converted to Module::Install
21
220.23 2010-01-30
23 - removed Email::Send::Test from t/lib/* views
1ff51b93 24
250.22 2010-01-28
26 - small fixes, version bumpage etc
27
280.21_01 2010-01-27
29 - dev release to test recent fixes
30
310.21 2010-01-27
32 - provided a sane MANIFEST.SKIP for dzil
33
cbfdc762 340.20 2010-01-26
35 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
36
38a2ba64 370.19 2010-01-18
38 - fixed optional dependencies
39 - added META stuff back in
40
e6826f98 410.18 2010-01-17
42 - Fixed version dependencies for failing regressions
43 - added Email::Send::Test as a dependency
44
3845256a 450.17 2010-01-14
46 - fixed MANIFEST
47
480.16 2010-01-12
49 - Fixed a Makefile.PL issue
50
4d4ba7ae 510.15 2010-01-12
52 - Fixed teeny version issue with Email::Sender::Simple
53
f2166d91 540.14 2010-01-09
b13ccbbc 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
b7b30250 590.13 2009-02-22 14:06:00
60 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
61
e512f6ca 620.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
680.11 2008-07-04 09:14:00
69 - Fixing a bug where content-type was ignored so multipart/alternative
70 failed. RT #32215
71
4a44bcd3 720.10 2007-11-22 23:00:00
ea115f9b 73 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 74 and POD improvements
06afcdbc 75
8b10ee55 760.06
77 - Fixing some slight issues with configuration not being handled
78 appropriately (thanks dwc and mst)
790.05
80 - Better support for configuration
81 - Adding Mason tests
82
607b7389 830.04
84 - Fixing MANIFEST, distribution
85
860.03
87 - Improved handling of configuration, thanks to mst.
88
890.02
90 - Allow configuration from application or ConfigLoader
91 - Minor POD updates
92
930.01 2007-06-03
94 - Initial release