Skip to content

Releases: Thomascogez/nodemailer-mjml

v1.2.4

24 Jan 16:47
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump @types/jest from 29.2.5 to 29.2.6 by @dependabot in #26
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.2 by @dependabot in #25
  • chore(deps-dev): bump @typescript-eslint/parser from 5.48.1 to 5.49.0 by @dependabot in #27
  • chore(deps-dev): bump eslint from 8.31.0 to 8.32.0 by @dependabot in #24

Full Changelog: v1.2.3...v1.2.4

v1.2.3

17 Jan 22:14
Compare
Choose a tag to compare

What's Changed

  • chore(deps-dev): bump eslint from 8.31.0 to 8.32.0 by @dependabot in #22
  • chore(deps-dev): bump @typescript-eslint/eslint-plugin from 5.48.0 to 5.48.1 by @dependabot in #21
  • chore(deps-dev): bump ts-jest from 29.0.3 to 29.0.5 by @dependabot in #20
  • chore(deps-dev): bump nodemailer from 6.8.0 to 6.9.0 by @dependabot in #19
  • chore(deps-dev): bump @typescript-eslint/parser from 5.48.0 to 5.48.1 by @dependabot in #18

Full Changelog: v1.2.2...v1.2.3

v1.2.2

08 Jan 00:01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.1...v1.2.2

v1.2.1

10 Dec 14:20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.0...v1.2.1

v1.2.0

01 Dec 21:46
Compare
Choose a tag to compare

What's Changed

Breaking Change

  • Change buildMjmlTemplate signature from buildMjmlTemplate(options: IPluginOptions, templateName: string, templateData?: Record<never, never>) to buildMjmlTemplate(options: IPluginOptions, sendMailTemplateOptions: BuildMjmlTemplateOptions)

Feature

  • Support for "layout" template (closing #11)

Fix

  • mustache render is now done after compiling mjml, this allow mustache content to be rendered inside mj-include tags

Other

  • Update/ Improve doc according to new specs
  • Update/Improve examples

Full Changelog: v1.1.6...v1.2.0

v1.2.0-0

29 Nov 23:55
Compare
Choose a tag to compare
v1.2.0-0 Pre-release
Pre-release
1.2.0-0

v1.1.6

22 Nov 10:39
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.5...v1.1.6

v1.1.5

20 Oct 11:39
Compare
Choose a tag to compare

What's Changed

  • chore(mjmlTemplate): prevent possible Object.keys runtime error by @Thomascogez in #9

Full Changelog: v1.1.4...v1.1.5

v1.1.4

13 Oct 17:48
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

01 Oct 16:18
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.2...v1.1.3