diff --git a/CHANGELOG.md b/CHANGELOG.md index 876f8c7..a532ee8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.4.0 +- override `` elements to always be UTF-8 +- add `quoteToHtml(...)` extension method to `MimeMessage` +- recognize and handle any links in plain text messages + ## 0.3.0 - allow to specify the `maxImageWidth` when generating the HTML, this preserves memory - surround inline images with cid:// links - #5 diff --git a/pubspec.yaml b/pubspec.yaml index 045877f..564c398 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,18 +1,18 @@ name: enough_mail_html description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package. -version: 0.3.0 +version: 0.4.0 homepage: https://github.com/Enough-Software/enough_mail_html environment: sdk: '>=2.9.3 <3.0.0' dependencies: - html: ^0.14.0+4 - enough_mail: #^0.2.0 + html: ^0.15.0 + enough_mail: #'>=0.3.0 <2.0.0' git: url: https://github.com/Enough-Software/enough_mail.git - # path: ../enough_mail/ - image: ^2.1.19 + #path: ../enough_mail/ + image: '>=2.0.0 <4.0.0' dev_dependencies: pedantic: ^1.9.0