Skip to content

Commit

Permalink
release v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Mar 8, 2021
1 parent 62a9df7 commit c2510d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.0
- override `<meta charset="...">` 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
Expand Down
10 changes: 5 additions & 5 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c2510d0

Please sign in to comment.