All Versions
142
Latest Version
Avg Release Cycle
34 days
Latest Release
64 days ago
Changelog History
Page 10
Changelog History
Page 10
-
v2.1.0-beta.1 Changes
January 20, 2016- Allow using prepared header values that are not folded or encoded by Nodemailer
-
v2.1.0-beta.0 Changes
January 20, 2016- Use the same header custom structure for message root, attachments and alternatives
- Ensure that Message-Id exists when accessing message
- Allow using array values for custom headers (inserts every value in its own row)
-
v2.0.0 Changes
January 11, 2016- ๐ Released rc.2 as stable
-
v2.0.0-rc.2 Changes
January 04, 2016- Locked dependencies
-
v2.0.0-beta.2 Changes
January 04, 2016- ๐ Updated documentation to reflect changes with SMTP handling
- Use beta versions for smtp/pool/direct transports
- โก๏ธ Updated logging
-
v2.0.0-beta.1 Changes
January 03, 2016- ๐ Use bunyan compatible logger instead of the emit('log') style
- Outsourced some reusable methods to nodemailer-shared
- ๐ง Support setting direct/smtp/pool with the default configuration
-
v2.0.0-beta.0 Changes
December 31, 2015- Stream errors are not silently swallowed
- Do not use format=flowed
- Use nodemailer-fetch to fetch URL streams
- ๐ jshint replaced by eslint
-
v1.11.0 Changes
December 28, 2015๐ Allow connection url based SMTP configurations
-
v1.10.0 Changes
November 13, 2015โ Added
defaults
argument forcreateTransport
to predefine commonn values (eg.from
address) -
v1.9.0 Changes
November 09, 2015Returns a Promise for
sendMail
if callback is not defined