Skip to content

Releases: ActiveCampaign/postmark.js

Small improvement to error handling

19 Sep 10:23
Compare
Choose a tag to compare

Servers list type model update

10 Jul 09:04
Compare
Choose a tag to compare

tiny release for improved server list filtering

Template layouts support

25 Jun 15:41
Compare
Choose a tag to compare

Template layouts support was added with this release, along with minor code cleanup.

Add support for metadata for email templates

03 Jun 14:29
Compare
Choose a tag to compare

minor bugfix release, with documentation update

Ignore docs from npm library

13 May 12:45
Compare
Choose a tag to compare

Minor release with updated version of docs generator and ignoring docs from npm library to keep it more lightweight.

Added templates push feature

24 Dec 12:38
Compare
Choose a tag to compare

Templates push feature added to support pushing templates from one server to another one.
Check out wiki for more details - https://github.com/wildbit/postmark.js/wiki/Templates-pushes.

Minor fix for proper error handling

13 Dec 14:42
Compare
Choose a tag to compare

Minor additional post release cleanups

31 Oct 15:00
Compare
Choose a tag to compare
  • added filtering by count, offset defaults in case of passing parameters straight to client methods
  • updated aliases for client objects for backward compatibility

Post release type definition tune-up

29 Oct 14:49
74b9a94
Compare
Choose a tag to compare
  • Make filter parameters use constructors for simpler querying
  • Minor type definition re-organization

Port library to typescript 2x

26 Oct 14:37
9b53f1f
Compare
Choose a tag to compare
  • migrated library to add Typescript support
  • removed not needed dependencies
  • completely revamped the client with simpler call model (callbacks, promises, http requests separation etc)
  • added custom error handling
  • added all missing account level, server level endpoints (verifyDKIM for example)