atrujillofalcon / mjml-rest-client

Java library to convert MJML templates to HTML
Other
21 stars 6 forks source link

Handling mjml templates different versions #24

Closed atrujillofalcon closed 6 years ago

atrujillofalcon commented 6 years ago

Currently the API only supports one specific version. We must be capables of throw a error message if a unsupported mjml template is entered.

atrujillofalcon commented 6 years ago

The main diference between 3.X and 4.X versions is that before 4.X version templates should have mj-container in mandatory way.