Revision history for Email-Simple-Markdown
0.5.3 2014-11-21
[BUG FIXES]
- Wrong use of 'or' with return. (Roy Tate)
[STATISTICS]
- code churn: 6 files changed, 76 insertions(+), 17 deletions(-)
0.5.2 2013-09-25
[BUG FIXES]
- Dist::Zilla::Plugin::Test::Compile was causing test to potentially hang
on Windows. (reported by Karen Etheridge)
[STATISTICS]
- code churn: 4 files changed, 61 insertions(+), 14 deletions(-)
0.5.1 2013-09-18
[BUG FIXES]
- Small fix for charset failing in constructor. (GH#5, gavincarr)
[STATISTICS]
- code churn: 4 files changed, 53 insertions(+), 14 deletions(-)
0.5.0 2012-07-10
[ENHANCEMENTS]
- charset can be specified for email content. (patch by
Alessandro Ranellucci, issue#4)
[STATISTICS]
- code churn: 4 files changed, 50 insertions(+), 10 deletions(-)
0.4.0 2012-05-28
[BUG FIXES]
- <style>, not <css>.
[ENHANCEMENTS]
- css can now be passed as an array ref.
0.3.1 2012-05-22
[BUG FIXES]
- Add Text::MultiMarkdown to the dependency list.
0.3.0 2012-05-21
[FEATURES]
- Add possibility to add a cascading stylesheet to the html part.
- Add pre-markdown convertion filter.
- Add choice of markdown engine (Text::Markdown or Text::MultiMarkdown)
0.2.0 2012-05-21
[BUG FIXES]
- Add Email::MIME to the dependency list.
0.1.0 2012-05-16
- First version, unleashed on an unsuspecting world.