Hi @akoutmos!
The master branch has supported MJML 5.0 since June (PR #28), but the latest Hex release (0.12.0) doesn't include this. This creates dependency conflicts with libraries requiring rustler_precompiled ~> 0.8.
Current workaround:
{:mjml_eex, github: "akoutmos/mjml_eex", branch: "master"}
Issue:
Pointing to a Git branch isn't suitable for production projects, mainly due to:
- No version stability
- Harder dependency auditing
Request:
Could you publish version 0.13.0 to Hex.pm?
This would allow proper semantic versioning and stable production deployments.
Thanks for your work on this library ! 🙏
Hi @akoutmos!
The master branch has supported MJML 5.0 since June (PR #28), but the latest Hex release (0.12.0) doesn't include this. This creates dependency conflicts with libraries requiring
rustler_precompiled ~> 0.8.Current workaround:
Issue:
Pointing to a Git branch isn't suitable for production projects, mainly due to:
Request:
Could you publish version 0.13.0 to Hex.pm?
This would allow proper semantic versioning and stable production deployments.
Thanks for your work on this library ! 🙏