Skip to content

Latest commit

 

History

History
163 lines (76 loc) · 6.45 KB

CHANGELOG.md

File metadata and controls

163 lines (76 loc) · 6.45 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

4.1.4 (2021-12-23)

Bug Fixes

  • Add query parameter for the get method in domain templates client (5aa5cb1)

4.1.3 (2021-12-23)

4.1.2 (2021-12-14)

Bug Fixes

  • Update stats methods to allow an array of events (#216) (3b0fc41)

4.1.1 (2021-12-13)

Bug Fixes

  • Ip_pools create and update methods fix (#215) (eb1830d)

4.1.0 (2021-11-30)

Features

  • Add support of whitelists into suppressions client (#214) (1e4fb84)

4.0.1 (2021-11-25)

Bug Fixes

4.0.0 (2021-11-18)

⚠ BREAKING CHANGES

  • updated signature of unlinkIpPoll method

  • feature: Update events client to use v3 of API

  • feature: Update webhooks to use v3 of API

  • breaking: Update validation to use v4 of API

  • removed parse client functionality. Changed mg.validate.get response Added multiple email addresses validation

  • other: Update domain credentials responses to add status code

  • Update endpoints for service methods (#209) (59f812d), closes #209

3.7.3 (2021-11-10)

3.7.2 (2021-10-28)

3.7.1 (2021-10-28)

Bug Fixes

3.7.0 (2021-10-20)

Features

3.6.1 (2021-10-18)

Other changes

  • Update eslint dependency. Regenerate package-lock file (0e1fef6)
  • Update mocha to v9 (768ed1f)

3.6.0 (2021-10-13)

Features

  • Split the distro for different targets (1a55085)
  • Update commitlint rules (262ce0c)

3.5.9 (2021-09-16)

Bug Fixes

  • Update @commitlint/cli and standard-version dependencies (fe0233e)

Other changes

  • Add templates examples to readme (f0bf0b8)

3.5.8 (2021-09-02)

Features

  • Update index.ts export to fix commonJs imports (246c046)

Other changes

  • Add examples of sending files to the readme (a922b35)

3.5.7 (2021-08-16)

Bug Fixes

  • Minification is messing up node-fetch's detection of abort signals (79564f2)

3.5.6 (2021-08-12)

Bug Fixes

  • Blob and buffer attachments not working (ad69bda)

3.5.5 (2021-08-09)

Bug Fixes

  • Domain.Creates method returns error (2068c3d)

3.5.4 (2021-08-04)

Bug Fixes

  • Error 400 on creating a webhook (ed1719d)

3.5.3 (2021-08-03)

Bug Fixes

  • Issue with create and update route methods (b7cf5ea)

3.5.2 (2021-07-19)

Other changes

  • Add 'standard-version' dependency to auto-generate changelog file (f3f37f7)
  • Add commitlint and husky (852295b)
  • Fix auto-changelog (cae868d)
  • Update readme (a2069e0)