Skip to content

Latest commit

 

History

History
80 lines (44 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

80 lines (44 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[4.2.0] - 2022-06-25

  • Forked and added to npm

[4.0.0] - 2021-12-12

[4.0.0] Release

[3.5.1] - 2021-03-17

Fixed

  • Only add TemplateModel to the message when we are using templateId or templateAlias, fixes ijsto#7

[3.4.1] Release

  • Updates version to latest Strapi core version
  • Implements 3.0.6, 3.0.7

[3.0.7] - 2020-12-16

Added

  • settings.defaultVariables

[3.0.6] - 2020-12-01

Added

  • settings.messageStream

[3.0.5] - 2020-09-03

Added

  • setting templateId or templateAlias will send the email via sendEmailWithTemplate

[3.0.4] - 2020-06-21

Added

  • settings.defaultTo

Updated

  • strapi-utils

Fixed

  • package version

[3.0.1] - 2020-06-09

Added

  • props docs
  • CHANGELOG

Fixed

  • apiKey variable name

[3.0.0] - 2020-06-09

Added

  • Changelog file
  • ignore no-array-index-key
  • ignore require-default-props
  • ignore no-unescaped-entities