Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
andris9 committed Feb 1, 2016
1 parent 6dbade0 commit 03ec24a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 2.1.0 2016-02-01

Republishing 2.1.0-rc.1 as stable. To recap, here's the notable changes between v2.0 and v2.1:

* Implemented templating support. You can either use a simple built-in renderer or some external advanced renderer, eg. [node-email-templates](https://github.com/niftylettuce/node-email-templates). Templating [docs](http://nodemailer.com/2-0-0-beta/templating/).
* Updated smtp-pool to emit 'idle' events in order to handle message queue more effectively
* Updated custom header handling, works everywhere the same now, no differences between adding custom headers to the message or to an attachment

## 2.1.0-rc.1 2016-01-25

Sneaked in some new features even though it is already rc
Expand Down
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nodemailer",
"version": "2.1.0-rc.1",
"version": "2.1.0",
"description": "Easy as cake e-mail sending from your Node.js applications",
"main": "lib/nodemailer.js",
"scripts": {
Expand Down Expand Up @@ -35,13 +35,13 @@
},
"devDependencies": {
"amqp": "^0.2.4",
"chai": "^3.4.1",
"email-templates": "^2.0.1",
"chai": "^3.5.0",
"email-templates": "^2.1.0",
"grunt": "^0.4.5",
"grunt-eslint": "^17.3.1",
"grunt-mocha-test": "^0.12.7",
"handlebars": "^4.0.5",
"mocha": "^2.4.4",
"mocha": "^2.4.5",
"nodemailer-dkim": "^1.0.3",
"nodemailer-markdown": "^1.0.0",
"nodemailer-stub-transport": "^1.0.0",
Expand Down

0 comments on commit 03ec24a

Please sign in to comment.