- Update 'emailjs' dependency
- Drop support for legacy Node versions (4.0 and 0.12)
- Fix legacy warnings for Winston 3.0 [ericdrobinson]
- Update import statement on README [dickenwong]
- Fix peer dependency for Winston 3.0
- Support for Winston 3.0 [bcosma]
- Add filtration [eugeny-dementev]
- Bump emailjs dependency to latest (1.0.8).
- Fix "Callback was already called" [falxcerebri]
- Added custom formatter [drahnieR]
- Added authentication param for SMTP server [rafalszemraj]
- Update emailjs and underscore dependency
- No breaking changes, just locking in a stable semver
- Testing for Node 4/5
- Support Winston >=0.5.0 <3.0.0
- Add timeout option for setting SMTP timeout
- Handle Error meta [perrin4869]
- Enable boolean to log only the selected level and none above [jamie-ez]
- Docs for subject templating
- add; option to send html mails [Thelmos]
- mod; support winston 1.0.0
- mod; update license info
- dep; [email protected] to fix multiple callback issue
- fix; emailjs [msecs must be header] issue [ivan-kleshnin]
- mod; support node >= 0.10
- mod; allow override of name [shannonmpoole]
- mod; bump peer dep to <1.0.0
- mod; throw Error instance instead of string [jabclab]
- add; license to readme
- fixed; Do not add meta into the email body if the object is empty (has not properties) [lobodpav]
- added; peer deps
- language fixes [eitanpo]
- fixed; allow only single line messages in the subject [emergence]
- fixed; changing global underscore templateSettings breaks underscore templating [shawnburke]
- removed; support for node 0.4.x
- added; travis for 0.8.x
- updated; test suite
- adding; underscore templating to subject line [danielschwartz]
- updated; test suite
- updated; changed email module to emailjs
- added; dummy SMTP server for tests
- updated; test config
- added; Travis CI integration
- added; pretty json printing
- fixed; uncaughtException not firing
- updated; readme docs
- updated; changed default from to winston@[server-host]
- updated; tests
- initial release