Skip to content

Commit

Permalink
released 0.0.6 w/fix for batch method thx to @vekexasia, added him to…
Browse files Browse the repository at this point in the history
… contribs
  • Loading branch information
niftylettuce committed Nov 2, 2012
1 parent 8936df7 commit 0114f48
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Readme.md
@@ -1,8 +1,11 @@

# node-email-templates <sup>0.0.5</sup>
# node-email-templates <sup>0.0.6</sup>

Node.js module for rendering beautiful emails with [ejs][1] templates and email-friendly inline CSS using [juice][2].

**v0.0.6**:
* Fixed batch problem (`...has no method slice`) thanks to @vekexasia

**v0.0.5**:
* Added support for an optional [zlib][8] compression type (e.g. you can return compressed html/text buffer for db storage)

Expand Down Expand Up @@ -362,7 +365,7 @@ emailTemplates(templatesDir, function(err, template) {
## Contributors
* Nick Baugh <niftylettuce@gmail.com>
* Andrea Baccega <vekexasia@gmail.com>
## License
Expand Down
5 changes: 3 additions & 2 deletions package.json
@@ -1,10 +1,11 @@
{
"name": "email-templates"
, "description": "Node.js module for rendering beautiful emails with ejs templates and email-friendly inline CSS using juice."
, "version": "0.0.5"
, "version": "0.0.6"
, "author": "Nick Baugh <niftylettuce@gmail.com>"
, "contributors": [
{ "name": "Nick Baugh", "email": "niftylettuce@gmail.com" }
{ "name": "Nick Baugh", "email": "niftylettuce@gmail.com" }
, { "name": "Andrea Baccega", "email": "vekexasia@gmail.com" }
]
, "keywords": [ "node-email-templates", "ejs", "email", "templates", "email-templates", "juice", "inline", "css" ]
, "homepage": "https://github.com/niftylettuce/node-email-templates"
Expand Down

0 comments on commit 0114f48

Please sign in to comment.