Skip to content

Latest commit

 

History

History
137 lines (71 loc) · 7.59 KB

CHANGELOG.md

File metadata and controls

137 lines (71 loc) · 7.59 KB

Changelog

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

5.1.1 (2022-07-27)

Other changes

  • Add application example with using Firebase Functions and Mailjet lib (690ff1e)

Docs changes

  • Add mention about Firebase application example to README (0154a0a)

5.1.0 (2022-07-22)

Added features

  • Add full TypeScript cover for Mailjet types (784c4cd)

Other changes

  • Change global and TypeScript rules (fa4fb60)

Docs changes

  • Update TypeScript documentation part; Add example of using Mailjet types (15f2d11)

Dependency changes for security

  • Change webpack dependency terser package 5.0.0 - 5.14.1 (959018a)

5.0.1 (2022-06-30)

Build changes

  • Add standard-version updater for README (e615ff7)
  • Add VersionBump script (f2ed676)
  • Move standard-version config from package.json to .versionrc.js (122e4a5)

5.0.0 (2022-06-24)

Bug Fixes

Breaking changes

  • Replace superagent http client with axios (54c06d0)

Added features

  • Update "request" method signature in the class Request (bbed64a)

Tests

  • Update integration tests (39d4cb5)
  • Update unit and integration tests after change Request.request method (5362aa5)
  • Update unit tests for Client and Request (87c456e)

Docs changes

  • Update "sendmail" example (0393327)
  • Update auto-generated TypeScript docs (758d080)
  • Update auto-generated TypeScript docs after change Request.request method (d0ee581)
  • Update example for browser (024484b)
  • Update example for NodeJS (34a449a)
  • Update example for ReactJS (bc120ba)
  • Update examples after change Request.request method (578a59c)
  • Update README (6eb525d)
  • Update README after change Request.request method (35df465)

Build changes

  • Move PreparePackage script to scripts folder (41b07f1)
  • Update library bundle (5d40aa7)
  • Update library bundle after change Request.request method (34e85e0)

4.0.1 (2022-06-14)

Bug Fixes

4.0.0 (2022-06-10)

Bug Fixes

Other changes

  • Add commitlint (8ef0b9e)
  • Add husky (a707dee)
  • Add init and link scripts to package scripts (52a149d)
  • Add standard-version to auto-generate changelog file (487e580)

Added features

  • Add public methods for accessing private properties in Client (1410adc)
  • Add TypeScript class access modificators in Request (f7c8974)

Tests

  • Update Unit and Integration test after updated Client (b9783f2)

Docs changes

  • Update auto-generated TypeScript docs (612145f)
  • Update main README; Update README for browser-side examples (f39112f)
  • Update README (41aae6a)
  • Update README for node example (efa90ff)
  • Update README for react example (c98e61c)

Build changes

  • Update dist with applied changes from Client and changed TS types (eb4dfdf)