Skip to content

Latest commit

 

History

History
245 lines (82 loc) · 6.4 KB

CHANGELOG.md

File metadata and controls

245 lines (82 loc) · 6.4 KB

0.10.1 (2024-05-22)

0.10.0 (2024-05-21)

0.9.0 (2021-06-18)

Code Refactoring

  • Move MJML to peer dependencies (5569308)

BREAKING CHANGES

  • 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)

Features

  • Switch to The Hippocratic License (efdb7fd)

0.7.2 (2020-06-03)

0.7.1 (2020-04-14)

0.7.0 (2020-03-05)

Features

  • Use MJML's own config file (5b4306a)

BREAKING CHANGES

  • The custom mjml.config.js will no longer be used. Please use the .mjmlconfig instead.

0.6.1 (2020-01-16)

Bug Fixes

  • Make error reporting great again (Fix #2) (9c15f1a)
  • Remove sendmail requirement from readme (aa43959)

0.6.0 (2020-01-14)

Features

  • Add SMTP option to test command (b0f795b)

0.5.3 (2020-01-14)

0.5.2 (2019-12-09)

Bug Fixes

  • template: Compress readme (8a96ddc)

0.5.1 (2019-09-17)

0.5.0 (2019-08-19)

Bug Fixes

  • docs: Add -- to npm commands (2668fd5)

Features

  • Add data flag to build command (b036bb8)

0.4.2 (2019-08-07)

Bug Fixes

  • Dependency security issues by updating them (b7667bb)

0.4.1 (2019-07-05)

0.4.0 (2019-06-14)

chore

BREAKING CHANGES

  • Node.js v6 is no longer supported.

0.3.4 (2019-04-26)

0.3.3 (2019-03-21)

Bug Fixes

0.3.2 (2019-01-04)

0.3.1 (2018-12-11)

Bug Fixes

  • build: Make attachments folder optional (e29582a)

0.3.0 (2018-12-02)

Bug Fixes

Features

  • Implement more dynamic email data system (118443a)

BREAKING CHANGES

  • 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)

Bug Fixes

  • license: Add missing license file (e8ef7d6)
  • MJML: Import correct render function (again) (280c16f)

0.2.1 (2018-11-19)

Bug Fixes

  • create: Install correct dependency in new projects (d806546)

0.2.0 (2018-11-19)

Bug Fixes

  • template: Use correct npm link in footer template (0df6eef)

Features

0.1.0 (2018-11-18)

Features