Skip to content

Commit c2510d0

Browse files
committed
release v0.4.0
1 parent 62a9df7 commit c2510d0

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.4.0
2+
- override `<meta charset="...">` elements to always be UTF-8
3+
- add `quoteToHtml(...)` extension method to `MimeMessage`
4+
- recognize and handle any links in plain text messages
5+
16
## 0.3.0
27
- allow to specify the `maxImageWidth` when generating the HTML, this preserves memory
38
- surround inline images with cid:// links - #5

pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
name: enough_mail_html
22
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
3-
version: 0.3.0
3+
version: 0.4.0
44
homepage: https://github.com/Enough-Software/enough_mail_html
55

66
environment:
77
sdk: '>=2.9.3 <3.0.0'
88

99
dependencies:
10-
html: ^0.14.0+4
11-
enough_mail: #^0.2.0
10+
html: ^0.15.0
11+
enough_mail: #'>=0.3.0 <2.0.0'
1212
git:
1313
url: https://github.com/Enough-Software/enough_mail.git
14-
# path: ../enough_mail/
15-
image: ^2.1.19
14+
#path: ../enough_mail/
15+
image: '>=2.0.0 <4.0.0'
1616

1717
dev_dependencies:
1818
pedantic: ^1.9.0

0 commit comments

Comments
 (0)