Releases: Thomascogez/nodemailer-mjml
Releases · Thomascogez/nodemailer-mjml
v1.2.4
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
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
What's Changed
- Snapshot testing by @Thomascogez in #16
- Bump dependencies by @Thomascogez in #17
Full Changelog: v1.2.1...v1.2.2
v1.2.1
What's Changed
- vendors bump dependencies to latest by @Thomascogez in #14
Full Changelog: v1.2.0...v1.2.1
v1.2.0
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
1.2.0-0
v1.1.6
v1.1.5
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
v1.1.3
What's Changed
- vendor: bump all dependencies to latest version by @Thomascogez in #6
- Doc update by @Thomascogez in #7
Full Changelog: v1.1.2...v1.1.3