removed Bcc options per https://rt.cpan.org/Public/Bug/Display.html?id=75775
[catagits/Catalyst-View-Email.git] / Changes
CommitLineData
607b7389 1Revision history for Perl extension Catalyst::View::Email.
2
beda8c31 30.31 2011-01-17
4 - Added handling and test for encoding and quoting parts RT #56391
5
82a3774f 60.30 2010-05-22
7 - Added Test::Requires to 06config.t
8
a13a5e7d 90.29 2010-05-21
10 - Using Test::Requires for Mason and Template::Toolkit dependency check
11 - Removed Template::Toolkit and Mason as prereqs
12
5d205d68 130.28 2010-05-14
9e7944bd 14 - Added version numbers to Helpers
15
9fb41fd0 160.27 2010-03-23
1cba62c6 17 - made ::View::TT and ::View::Mason hard deps
18 - adjusted tests to reflect the aforementioned
19 - patches welcome
20
bee7a5b3 210.25_02 2010-02-21
22 - cleaned up tests
23 - made Test::More 0.88 a prereq
24
250.25_01 2010-02-21
26 - updated/corrected docs
27 - added proper svn repo url
28
290.25 2010-02-01
a29d6a45 30 - converted to Module::Install
31
320.23 2010-01-30
33 - removed Email::Send::Test from t/lib/* views
1ff51b93 34
350.22 2010-01-28
36 - small fixes, version bumpage etc
37
380.21_01 2010-01-27
39 - dev release to test recent fixes
40
410.21 2010-01-27
42 - provided a sane MANIFEST.SKIP for dzil
43
cbfdc762 440.20 2010-01-26
45 - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
46
38a2ba64 470.19 2010-01-18
48 - fixed optional dependencies
49 - added META stuff back in
50
e6826f98 510.18 2010-01-17
52 - Fixed version dependencies for failing regressions
53 - added Email::Send::Test as a dependency
54
3845256a 550.17 2010-01-14
56 - fixed MANIFEST
57
580.16 2010-01-12
59 - Fixed a Makefile.PL issue
60
4d4ba7ae 610.15 2010-01-12
62 - Fixed teeny version issue with Email::Sender::Simple
63
f2166d91 640.14 2010-01-09
b13ccbbc 65 - Ported over to using Email::Sender::Simple, and Moose
66 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
67 it die.
68
b7b30250 690.13 2009-02-22 14:06:00
70 - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
71
e512f6ca 720.12 2009-01-22 06:52:00
73 - Fixing tests for new versions of MIME::Creator
74 - Better structure of the code so that ::Template can also handle
75 plain text views
76 - Added onto troubleshooting
77
780.11 2008-07-04 09:14:00
79 - Fixing a bug where content-type was ignored so multipart/alternative
80 failed. RT #32215
81
4a44bcd3 820.10 2007-11-22 23:00:00
ea115f9b 83 - Refactored by Alexander Hartmaier with api changes
4a44bcd3 84 and POD improvements
06afcdbc 85
8b10ee55 860.06
87 - Fixing some slight issues with configuration not being handled
88 appropriately (thanks dwc and mst)
890.05
90 - Better support for configuration
91 - Adding Mason tests
92
607b7389 930.04
94 - Fixing MANIFEST, distribution
95
960.03
97 - Improved handling of configuration, thanks to mst.
98
990.02
100 - Allow configuration from application or ConfigLoader
101 - Minor POD updates
102
1030.01 2007-06-03
104 - Initial release