Skip to content

Latest commit

 

History

History
164 lines (88 loc) · 2.64 KB

CHANGELOG.md

File metadata and controls

164 lines (88 loc) · 2.64 KB

CHANGELOG

6.0.0 (2023-12-19)

Misc

  • drop support Node.js less than 18 version
  • drop support nodemailer less than 6 version
  • bump deps

5.3.0 (2023-12-19)

Features

  • feat: add originalResults field to the SendMessageInfo

5.2.1 (2022-01-06)

Misc

  • fix: add index.d.ts to files

5.2.0 (2022-01-06)

Misc

  • feat: add types

5.1.0 (2021-06-04)

Features

  • add MessageStream support

5.0.0 (2021-05-18)

Misc

  • drop support Node.js less than 12 version
  • bump deps

4.0.0 (2020-10-03)

Misc

  • drop support Node.js less than 10 version
  • bump deps

3.0.0 (2020-03-06)

Misc

  • drop support Node.js less than 8 version
  • bump deps

2.2.0 (2019-05-20)

Features

  • send and sendBatch methods return promise if no callback passed

Misc

  • bump deps

2.1.1 (2019-01-30)

Misc

  • pass postmarkOptions to postmark ServerClient
  • update peer dependencies (nodemailer >= 4.x)

2.1.0 (2019-01-30)

Features

  • add attachments ContentId support #11 via (28614fe). Thanks @gabrielstuff
  • add TemplateAlias support #10 via (12d4d4a). Thanks @gabrielstuff

2.0.0 (2018-12-15)

Misc

  • drop mailcomposer (deprecated)
  • require to install nodemailer package yourself. (Breaking changes)
  • drop support Node.js less than 6 version

1.4.1 (2018-12-15)

Misc

  • bump deps

1.4.0 (2018-09-08)

Features

  • add Tag, Metadata, TrackOpens and TrackLinks support

Misc

  • Bug fixes and improvements

1.3.0 (2017-08-16)

Misc

  • bump deps
  • drop support Node.js less than 4 version

1.2.0 (2017-03-12)

Features

  • add ReplyTo support.
  • add Postmark templates support.

1.1.0 (2016-05-10)

Features

  • add attachments support.

1.0.0 (2016-05-02)

Features