Skip to content

Latest commit

 

History

History
518 lines (250 loc) · 21.7 KB

CHANGELOG.md

File metadata and controls

518 lines (250 loc) · 21.7 KB

Changelog

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

8.0.6 (2022-11-17)

Bug Fixes

  • Fix domains list method when items property is null (4153941)

8.0.5 (2022-11-17)

Bug Fixes

  • deps: bump loader-utils from 2.0.3 to 2.0.4 (59f140c)

Other changes

  • Update standard-version types array to include pull-requests from dependabot (ba165a8)

8.0.4 (2022-11-16)

Bug Fixes

  • types: Clarify DomainTemplatesQuery properties (dcc633c)

8.0.3 (2022-11-16)

Bug Fixes

8.0.2 (2022-10-24)

Bug Fixes

  • Increase limit on body size (8cd6fad)

Other changes

8.0.1 (2022-08-30)

Bug Fixes

  • Move webpack-merge to the dev dependencies (68304c2)

Other changes

8.0.0 (2022-07-28)

⚠ BREAKING CHANGES

  • (MultipleValidationClient) Changed result interface for Multiple Validation.
  • (ListsClient) property with the name 'skip' was replaced by 'page' in the ListsQuery interface.
  • (ListsClient.list)'list' method changed the response interface to MailingListResult
  • Unify iterating thru pages in Domain Templates
  • (SuppressionClient) Some interfaces moved from Suppressions.d.ts to separate files (SuppressionClient.list) Property with name 'address' was replaced by iteratorPosition in the response in 'pages'
  • (EventClient.get) Number propery was replaced by iteratorPosition in pages property of response
  • (DomainTagsClient) Page property was added to DomainTagsQuery.
  • (DomainTagsClient) Status property was added to DomainTagsList.
  • (DomainTagsClient) Address property replaced by iteratorPosition in ParsedPage for list method.
  • (MailListsMembers) Updated listMembers response to be object with MailListMembersResult interface

Features

  • Add query to MultipleValidationClient (2a7fd64)
  • Unify iterating thru pages in domain tags (2ee7bd2)
  • Unify iterating thru pages in Domain Templates (2dcf453)
  • Unify iterating thru pages in events (41de3bb)
  • Unify iterating thru pages in Mailing lists (40a6859)
  • Unify iterating thru pages in Multiple Validations (db0d1f8)
  • Unify iterating thru pages in suppressions (11962dc)

Bug Fixes

  • Fix assignment for force_dkim_authority (ab442fe)

Breaking changes

  • Add pages navigation for mail list members (a62ebbf)

Other changes

7.0.4 (2022-07-07)

Bug Fixes

  • Message Data (one of text, html, template required) (abd2862)

Other changes

7.0.3 (2022-06-30)

Bug Fixes

  • Update handler of mime messages to support strings (8d88163)

Other changes

  • Add missed subject property in readme (7f4d128)
  • Fix link to doc for domains (944a189)
  • Regenerate docs (7f6d318)
  • Replace console.log by console.error for logging errors in the readme (fd9a31f)

7.0.2 (2022-06-14)

Bug Fixes

  • Add boolean values handling in message create (ff91208)

7.0.1 (2022-06-10)

Bug Fixes

  • Update max body length configuration. Fix Axios error handling (cbc4182)

7.0.0 (2022-05-19)

⚠ BREAKING CHANGES

  • Replaced ky with axios

Features

  • Fix tests. Improve error handling (063e3ee)

Bug Fixes

  • Correct handling of options body. Add header for form-data (e2e210d)
  • Corrected test to check body and not improper status code (d11cd39)
  • Refactored ky usage with axios (df4da91)
  • Removed console.log (b4e21c7)

Other changes

Breaking changes

6.0.1 (2022-05-10)

Bug Fixes

  • Remove file property handling as a file (d1a8a14)

Other changes

6.0.0 (2022-05-06)

⚠ BREAKING CHANGES

  • Update ip-pools client responses body shapes. Refactor of request.ts file

Breaking changes

  • Update ip-pools client responses body shapes. Refactor of request.ts file (0595d62)

Other changes

5.2.2 (2022-04-22)

Bug Fixes

  • Fix parsing of a response body with json data (d57671f)
  • Update message type. Update readme file (dd22ec0)
  • Update query parameter type for events get method (1705a1f)
  • Update response handler to support string response (6e0f305)

5.2.1 (2022-04-14)

Bug Fixes

  • Remove invalid StatsEvent types (61ac971)

5.2.0 (2022-04-11)

Features

  • Add validation methods to mailing list client (224790c)

5.1.0 (2022-04-08)

Features

  • Add verify method to domains (dd65f7b)

5.0.5 (2022-03-31)

Bug Fixes

  • Add types to message create method (5c31628)

5.0.4 (2022-03-29)

Bug Fixes

  • Remove dts-bundle dependency. Add package.json to dist (94cfd56)
  • Update postchangelog command (08439c8)

5.0.3 (2022-03-23)

Bug Fixes

  • Remove deprecated url package (406eb56)
  • TypeError -> mailgun_js_1.default is not a constructor (ff91333)
  • Update DomainsQuery interface for mg.domains.list (b55eb52)
  • Update get method in Domain templates client interface to have an optional parameter (12868a8)

Other changes

  • Update webpack release config (240038a)

5.0.2 (2022-03-14)

Bug Fixes

  • Make StatsQuery interface properties optional, add StatsEvent type (91a2d6a)

5.0.1 (2022-02-23)

Bug Fixes

  • Resolve ts strict mode issues (473f6a2)

5.0.0 (2022-02-23)

⚠ BREAKING CHANGES

  • Concatenation of d.ts files into one. Change import path for types

Bug Fixes

Other changes

  • Move index.ts file to lib folder (2592c68)

Breaking changes

  • Concatenation of d.ts files into one. Change import path for types (d27db87)

4.2.3 (2022-02-23)

Bug Fixes

4.2.2 (2022-02-16)

Bug Fixes

  • Remove reduntant console.log (3e138dd)

4.2.1 (2022-02-04)

Bug Fixes

Other changes

4.2.0 (2022-02-02)

Features

  • Add domains tags functionality (6cc41e3)

Other changes

  • Add tests for new functionality (e741689)

4.1.6 (2022-01-24)

Bug Fixes

  • Update "mocha" to fix "nanoid" dependency (4e122cf)
  • Update "typedoc" version to fix "marked" version (a84a252)

Other changes

  • Recompile documentation (f068746)

4.1.5 (2022-01-24)

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)