Skip to content

Latest commit

 

History

History
221 lines (109 loc) · 11.2 KB

CHANGELOG.md

File metadata and controls

221 lines (109 loc) · 11.2 KB

Changelog

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

6.0.6 (2024-09-02)

Bug Fixes

  • upgrade axios version to fix CVE-2023-26159 (6342638)

6.0.5 (2023-11-27)

Bug Fixes

  • typescript returned type, use specific axios version (c6329ea)

6.0.4 (2023-07-24)

Bug Fixes

  • content-length header for GET requests (be51c9d)

6.0.3 (2023-07-12)

Build changes

  • deps-dev: bump webpack from 5.72.1 to 5.76.0 (9b66c92)
  • deps: bump jose in /examples/firebase/functions (4854e8d)
  • deps: bump json5 from 1.0.1 to 1.0.2 (366f3c8)
  • deps: bump jsonwebtoken and firebase-admin (6d58037)
  • deps: bump loader-utils from 2.0.2 to 2.0.4 (d72014e)

6.0.2 (2023-01-31)

Bug Fixes

  • named export missing parameter (2f7b040)

Docs changes

Other changes

6.0.1 (2023-01-09)

Bug Fixes

  • types: Fix TypeScript imports (02fe5e9)

Docs changes

  • Update TypeScript examples in Readme (9c202d0)

Other changes

  • Update TypeScript declaration for SendEmail Body type (42f49d1)

6.0.0 (2022-12-27)

Bug Fixes

  • types: Build Typescript changes (f683f70)
  • types: Typescript exported types (0e19bab)

Docs changes

Breaking changes

  • Update TypeScript namings in the code and tests (904735d)

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)