0.10.1 (2024-05-22)
0.10.0 (2024-05-21)
0.9.0 (2021-06-18)
- Move MJML to peer dependencies (5569308)
- MJML is no longer a direct dependency of Mailbox.
Run npm install mjml
once to add MJML as a dependency to your project. This enables updating MJML independent from new Mailbox versions.
0.8.6 (2021-04-07)
0.8.5 (2021-02-05)
0.8.4 (2021-01-04)
0.8.3 (2020-10-05)
0.8.2 (2020-09-21)
0.8.1 (2020-09-14)
0.8.0 (2020-08-12)
- Switch to The Hippocratic License (efdb7fd)
0.7.2 (2020-06-03)
0.7.1 (2020-04-14)
0.7.0 (2020-03-05)
- Use MJML's own config file (5b4306a)
- The custom
mjml.config.js
will no longer be used. Please use the.mjmlconfig
instead.
0.6.1 (2020-01-16)
- Make error reporting great again (Fix #2) (9c15f1a)
- Remove
sendmail
requirement from readme (aa43959)
0.6.0 (2020-01-14)
- Add SMTP option to test command (b0f795b)
0.5.3 (2020-01-14)
0.5.2 (2019-12-09)
- template: Compress readme (8a96ddc)
0.5.1 (2019-09-17)
0.5.0 (2019-08-19)
- docs: Add
--
to npm commands (2668fd5)
- Add data flag to build command (b036bb8)
0.4.2 (2019-08-07)
- Dependency security issues by updating them (b7667bb)
0.4.1 (2019-07-05)
0.4.0 (2019-06-14)
- Update dependencies (ce288cf)
- Node.js v6 is no longer supported.
0.3.4 (2019-04-26)
0.3.3 (2019-03-21)
- Remove npm shrinkwrap (0c93fed)
0.3.2 (2019-01-04)
0.3.1 (2018-12-11)
- build: Make attachments folder optional (e29582a)
0.3.0 (2018-12-02)
- Improve error logging (ae535c5)
- Implement more dynamic email data system (118443a)
- This replaces the previous
--test
flag with--data
. This accepts not only a single value, but also a comma-separated list.
0.2.2 (2018-11-29)
0.2.1 (2018-11-19)
- create: Install correct dependency in new projects (d806546)
0.2.0 (2018-11-19)
- template: Use correct npm link in footer template (0df6eef)
- Attachment support (815f995)
- Improve console logging (5673789)
- Run template through Nunjucks (71a31aa)
0.1.0 (2018-11-18)
- Setup (06c76a6)