CHANGELOG.md 2.76 KB
Newer Older
Andris Reinman's avatar
Andris Reinman committed
1 2
# Changelog

Andris Reinman's avatar
Andris Reinman committed
3 4 5 6 7
## v0.5.13 2013-12-03

  * bumped version to v0.5.13
  * Use the name property from the transport object to use for the domain part of message-id values (1598eee9)

Andris Reinman's avatar
Andris Reinman committed
8 9 10 11 12 13 14 15
## v0.5.12 2013-12-02

  * bumped version to v0.5.12
  * Expose transport method and transport module version if available [a495106e]
  * Added 'he' module instead of using custom html entity decoding [c197d102]
  * Added xMailer property for transport configuration object to override X-Mailer value [e8733a61]
  * Updated README, added description for 'mail' method [e1f5f3a6]

Andris Reinman's avatar
Andris Reinman committed
16 17 18 19 20
## v0.5.11 2013-11-28

  * bumped version to v0.5.11
  * Updated mailcomposer version. Replaces ent with he [6a45b790e]

Andris Reinman's avatar
Andris Reinman committed
21 22 23 24 25 26
## v0.5.10 2013-11-26

  * bumped version to v0.5.10
  * added shorthand function mail() for direct transport type [88129bd7]
  * minor tweaks and typo fixes [f797409e..ceac0ca4]

Andris Reinman's avatar
Andris Reinman committed
27 28 29 30 31 32
## v0.5.9 2013-11-25

  * bumped version to v0.5.9
  * Update for 'direct' handling [77b84e2f]
  * do not require callback to be provided for 'direct' type [ec51c79f]

Andris Reinman's avatar
Andris Reinman committed
33 34 35 36 37
## v0.5.8 2013-11-22

  * bumped version to v0.5.8
  * Added support for 'direct' transport [826f226d..0dbbcbbc]

Andris Reinman's avatar
Andris Reinman committed
38 39 40 41 42 43 44 45
## v0.5.7 2013-11-18

  * bumped version to v0.5.7
  * Replace \r\n by \n in Sendmail transport (rolftimmermans) [fed2089e..616ec90c]
    A lot of sendmail implementations choke on \r\n newlines and require \n
    This commit addresses this by transforming all \r\n sequences passed to
    the sendmail command with \n

Andris Reinman's avatar
Andris Reinman committed
46
## v0.5.6 2013-11-15
Andris Reinman's avatar
Andris Reinman committed
47 48 49 50 51 52

  * bumped version to v0.5.6
  * Upgraded mailcomposer dependency to 0.2.4 [e5ff9c40]
  * Removed noCR option [e810d1b8]
  * Update wellknown.js, added FastMail (k-j-kleist) [cf930f6d]

Andris Reinman's avatar
Andris Reinman committed
53 54 55 56 57 58 59 60
## v0.5.5 2013-10-30

  * bumped version to v0.5.5
  * Updated mailcomposer dependnecy version to 0.2.3
  * Remove legacy code - node v0.4 is not supported anymore anyway
  * Use hostname (autodetected or from the options.name property) for Message-Id instead of "Nodemailer" (helps a bit when messages are identified as spam)
  * Added maxMessages info to README

Andris Reinman's avatar
Andris Reinman committed
61 62 63 64 65 66 67 68 69
## v0.5.4 2013-10-29

  * bumped version to v0.5.4
  * added "use strict" statements
  * Added DSN info to README
  * add support for QQ enterprise email (coderhaoxin)
  * Add a Bitdeli Badge to README
  * DSN options Passthrought into simplesmtp. (irvinzz)

70 71 72 73 74 75 76 77 78
## v0.5.3 2013-10-03

  * bumped version v0.5.3
  * Using a stub transport to prevent sendmail from being called during a test. (jsdevel)
  * closes #78: sendmail transport does not work correctly on Unix machines. (jsdevel)
  * Updated PaaS Support list to include Modulus. (fiveisprime)
  * Translate self closing break tags to newline (kosmasgiannis)
  * fix typos (aeosynth)

Andris Reinman's avatar
Andris Reinman committed
79
## v0.5.2 2013-07-25
80

Andris Reinman's avatar
Andris Reinman committed
81
  * bumped version v0.5.2
82
  * Merge pull request #177 from MrSwitch/master
Andris Reinman's avatar
Andris Reinman committed
83
    Fixing Amazon SES, fatal error caused by bad connection