View Source 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.

For clarity, major releases of mjml_nif use the respective mrml releases with the same major release number. I.e. mjml_nif 0.x versions use mrml versions >= 0.1, < 1.0.0, and mjml_nif 1.x versions use mrml versions >= 1.0.0, < 2.0.0, etc.

Unreleased

3.1.0 - 2024-04-18

3.0.3 - 2024-03-09

3.0.2 - 2024-02-27

3.0.1 - 2024-02-16

3.0.0 - 2023-12-23

Changed

2.0.0 - 2023-12-16

Changed


1.5.0 - 2023-02-02

Changed

  • Use rustler_precompiled v0.6.0
  • Add new target riscv64gc-unknown-linux-gnu
  • Use mrml v1.2.11, which handles inner attributes (see mrml diff v1.2.10..v1.2.11)

1.4.0 - 2022-11-30

Changed

  • Use rustler_precompiled v0.5.4
  • Change Mjml.to_html/1 to Mjml.to_html/2 and allow passing rendering options keep_comments (defaults to true) & social_icon_path

1.3.5 - 2022-07-11

Fixed

  • Add aarch64-unknown-linux-musl as precompiled target (see #66)

1.3.4 - 2022-07-01

Fixed

1.3.3 - 2022-05-25

Fixed

1.3.2 - 2022-03-26

Fixed

1.3.1 - 2022-03-25

Fixed

1.3.0 - 2022-03-18

Changed

1.2.0 - 2022-02-25

Changed

  • Update rustler to v0.24 (drops support for OTP <22, requires Elixir ~> 1.11)

1.1.3 - 2022-02-16

Changed

  • Update rustler to v0.23 (drops support for OTP 20)
  • Use mrml v1.2.7, which allows inner elements in mj-social-element & mj-navbar-link (see mrml diff v1.2.5..v1.2.7)

1.1.2 - 2021-10-04

Changed

Fixed

  • Misc doc changes (#31)

1.1.1 - 2021-06-01

Fixed

1.1.0 - 2021-05-23

Changed

  • Use mrml v1.2.2
  • Support OTP 24
  • mjml_nif crate type changed from "dylib" to "cdylib"

1.0.0 - 2021-04-07

Changed

  • Use mrml v1.0.0
  • Pass on parsing/rendering error messages from mrml to the error tuple of MJML.to_html/1

0.3.1 - 2021-02-23

Fixed

  • Compilation on aarch64 MacOS

0.3.0 - 2021-02-02

Changed

Fixed

  • Warning about special link args for x86_64-apple-darwin target

0.2.0 – 2020-10-19

Changed

0.1.0 – 2020-07-19

Initial release