adoptoposs / mjml_nif

Elixir NIF bindings for the MJML Rust implementation (mrml)
https://hexdocs.pm/mjml
MIT License
122 stars 17 forks source link

use orderedmap for rust mjml for consistent html output #63

Closed tidusIO closed 2 years ago

tidusIO commented 2 years ago

Hi :) I made this pull request to use the orderedmap feature. It was released in 1.2.6 and it helps to get consistent HTML output.

https://github.com/jdrouet/mrml/pull/215

Would be nice for adding this to the package and making a new release, since we got some troubles with unit tests and this will help to solve it.

paulgoetze commented 2 years ago

Thanks @tidusIO! Really nice catch :raised_hands: :purple_heart: I published a new version that includes your fix (v1.3.3).