Skip to content

Commit a5fb31c

Browse files
committed
release v1.1.0
1 parent a17a120 commit a5fb31c

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.1.0
2+
- Fix link detection and replace in plain text messages
3+
- Use fetchId rather than the content-ID for inline images. Links starting with `fetch://` will be generated.
4+
15
## 1.0.0
26
- `enough_mail_html` is now [null safe](https://dart.dev/null-safety/tour) #6
37
- use URL safe links when linking an embedded image with a `content-ID`

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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: 1.0.0
3+
version: 1.1.0
44
homepage: https://github.com/Enough-Software/enough_mail_html
55

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

99
dependencies:
1010
html: ^0.15.0
11-
enough_mail: #^1.1.0
11+
enough_mail: #^1.2.2
1212
git:
1313
url: https://github.com/Enough-Software/enough_mail.git
14-
#path: ../enough_mail/
14+
# path: ../enough_mail/
1515
image: ^3.0.2
1616

1717
dev_dependencies:

0 commit comments

Comments
 (0)