Releases: ActiveCampaign/postmark.js
Releases · ActiveCampaign/postmark.js
Small improvement to error handling
2.3.0 fix tests
Servers list type model update
tiny release for improved server list filtering
Template layouts support
Template layouts support was added with this release, along with minor code cleanup.
Add support for metadata for email templates
minor bugfix release, with documentation update
Ignore docs from npm library
Minor release with updated version of docs generator and ignoring docs from npm library to keep it more lightweight.
Added templates push feature
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
2.2.2 update version
Minor additional post release cleanups
- 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
- Make filter parameters use constructors for simpler querying
- Minor type definition re-organization
Port library to typescript 2x
- 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)