1Revision history for Perl extension Email::Stuffer
2
30.018     2020-07-03 17:14:36-04:00 America/New_York
4        - document envelope argument to ->send (thanks, Dan Book)
5        - fix a bug that prevented ->transport from being the first method
6          called (thanks, Alastair Douglas)
7        - fix a typo in the docs (thanks, Steve Dondley)
8        - fix tests when using the latest Email::MIME (thanks, Russell Jenkins)
9
100.017     2018-03-10 18:01:43-05:00 America/New_York
11        - "transport" can now be passed an arrayref in new
12        - some minor documentation fixes
13
140.016     2017-08-31 09:41:07-04:00 America/New_York
15        - email address fields (to, cc, etc) now use the address list support
16          in newer Email::MIMEs (thanks, Pali Rohár)
17
180.015     2017-06-24 21:45:47-04:00 America/New_York (TRIAL RELEASE)
19        - text parts are no longer format=flowed (Pali Rohár)
20        - reply_to method added to set Reply-To
21
220.014     2016-04-30 19:28:26-04:00 America/New_York
23        - you can now pass (some) properties of the email to the ->new
24          method (thanks, John Napiorkowski)
25        - attachments provided via IO::All get a binmode now
26        - to/from/subject now always return $self, but will die if called
27          with zero arguments
28
290.013     2016-04-08 20:34:49-04:00 America/New_York
30        - allow mime-type picking by filename to work when the filename
31          extension is not all lowercase (thanks, Chase Whitener)
32        - remove Test::Most; Test::More is enough Test for us
33
340.012     2015-02-15 20:01:01-05:00 America/New_York
35        - test for ENOENT text based on platform under test, not fixed string
36
370.011     2015-02-15 11:31:01-05:00 America/New_York
38        - autodetect PDF filetype (thanks, mannih)
39
400.010     2014-04-25 10:24:49-04:00 America/New_York (TRIAL RELEASE)
41        - in case of failure, throw exceptions rather than returning undef
42
430.009     2013-11-24 22:40:49 America/New_York
44        - update required version of Email::Stuffer
45
460.008     2013-09-29 15:47:10 America/New_York
47        - correct the documentation of header-setting methods to match their
48          behavior (since Email::Stuff's first release)
49
50        - add tests to show we can set an empty subject through ->header
51          but not through ->subject
52
530.007     2013-08-22 17:26:45 America/New_York
54        - allow ->to, ->cc, and ->bcc to take a list of addresses (thanks, Kris
55          Matthews!)
56
570.006     2013-07-02 10:58:46 America/New_York
58          fix stupid packaging error: $VERSION was wrong!
59
600.005     2013-07-01 22:54:50 America/New_York
61          fix version of Params::Util required
62
630.004     2013-06-25 13:43:42 America/New_York
64        - replace File::Type with a much simpler and smaller-scale check
65          (thanks, tokuhirom!)
66
67          with File::Type gone, no need to use prefork anymore (thanks,
68          tokuhirom!)
69
700.003     2013-06-18 23:36:39 America/New_York
71          correctly implement the send_or_die method (thanks, Ross Attrill!)
72
73          documentation corrections (thanks, Ross Attrill!)
74
75          repackage using Dist::Zilla
76
770.001     2013-05-30
78
79          first released, forked from Email::Stuff 2.102
80