- Sync the html templates with dart
- Fix the github actions to publish to pub.dev (secrets file)
- Fix the github actions to publish to pub.dev (secrets.txt -> secrets.dart)
- Changed the default variable replacer from
BracketVariableReplacer
toDelimiterVariableReplacer
- Added
DelimiterVariableReplacer
with{{
as prefix and}}
as suffix by default - Export HtmlMailTemplates & HtmlMailTemplate
- Added github actions to create a tag when a new version is released to pub.dev
- Fixed the variable replacement in the email template.
- imports
- Added propper docs in README.md
- Initial version.