added MANIFEST.SKIP
[catagits/Catalyst-View-Email.git] / Changes
1 Revision history for Perl extension Catalyst::View::Email.
2
3 0.33    2013-02-13
4         - applied patch to fix Moo->Moose inflation that Email::Sender does per https://rt.cpan.org/Ticket/Display.html?id=83241
5         - removed inc/ so running perl Makefile.PL would do so in author mode
6         - removed META.yml, MANIFEST, and various other files that shouldn't be in git
7         - updated Makefile.PL to use version_from "lib/Catalyst/View/Email.pm" per https://rt.cpan.org/Ticket/Display.html?id=83195&results=0eb39711cb23f5f318a3738cf7d089df
8
9 0.32    2013-01-15
10         - Removed Bcc references per https://rt.cpan.org/Public/Bug/Display.html?id=75775
11         - Fixed documentation bug, changed 'Host' to 'host' per https://rt.cpan.org/Ticket/Display.html?id=58748
12         - Added patch (with additional tests) to enable proper content_type setting for email templates
13           per https://rt.cpan.org/Ticket/Display.html?id=66495&results=73b48805c7d356914e91ea95e31ddef6
14         - Removed unneccesary test
15         - Added documentation for specifying envelope info per https://rt.cpan.org/Ticket/Display.html?id=64162
16
17 0.31    2011-01-17
18         - Added handling and test for encoding and quoting parts RT #56391 
19
20 0.30    2010-05-22
21         - Added Test::Requires to 06config.t
22
23 0.29    2010-05-21
24         - Using Test::Requires for Mason and Template::Toolkit dependency check
25         - Removed Template::Toolkit and Mason as prereqs
26
27 0.28    2010-05-14
28         - Added  version numbers to Helpers
29
30 0.27    2010-03-23
31         - made ::View::TT and ::View::Mason hard deps
32         - adjusted tests to reflect the aforementioned
33         - patches welcome
34
35 0.25_02 2010-02-21
36         - cleaned up tests
37         - made Test::More 0.88 a prereq
38
39 0.25_01 2010-02-21
40         - updated/corrected docs
41         - added proper svn repo url
42
43 0.25    2010-02-01
44         - converted to Module::Install
45
46 0.23    2010-01-30
47         - removed Email::Send::Test from t/lib/* views
48
49 0.22    2010-01-28
50         - small fixes, version bumpage etc
51
52 0.21_01 2010-01-27
53         - dev release to test recent fixes
54
55 0.21    2010-01-27
56         - provided a sane MANIFEST.SKIP for dzil
57
58 0.20    2010-01-26
59         - fix transport instantiation thanks to Chris Nehren <apeiron@cpan.org>
60
61 0.19    2010-01-18
62         - fixed optional dependencies
63                 - added META stuff back in
64
65 0.18    2010-01-17
66         - Fixed version dependencies for failing regressions
67                 - added Email::Send::Test as a dependency
68
69 0.17    2010-01-14
70         - fixed MANIFEST
71
72 0.16    2010-01-12
73         - Fixed a Makefile.PL issue
74
75 0.15    2010-01-12
76         - Fixed teeny version issue with Email::Sender::Simple
77
78 0.14    2010-01-09
79         - Ported over to using Email::Sender::Simple, and Moose
80                 - Fixed Mason test so that it doesn't choke, as around 'process' seems to make
81                   it die.
82
83 0.13    2009-02-22 14:06:00
84         - bcc: POD corrections thanks to Lance Brown <lance@bearcircle.net>
85
86 0.12    2009-01-22 06:52:00
87         - Fixing tests for new versions of MIME::Creator
88         - Better structure of the code so that ::Template can also handle
89           plain text views
90         - Added onto troubleshooting
91
92 0.11    2008-07-04 09:14:00
93         - Fixing a bug where content-type was ignored so multipart/alternative
94           failed.  RT #32215
95
96 0.10    2007-11-22 23:00:00
97         - Refactored by Alexander Hartmaier with api changes
98           and POD improvements
99
100 0.06
101         - Fixing some slight issues with configuration not being handled
102           appropriately (thanks dwc and mst)
103 0.05
104         - Better support for configuration
105         - Adding Mason tests
106
107 0.04
108         - Fixing MANIFEST, distribution
109
110 0.03
111         - Improved handling of configuration, thanks to mst.
112
113 0.02
114         - Allow configuration from application or ConfigLoader
115         - Minor POD updates
116
117 0.01  2007-06-03
118         - Initial release