Skip to content

Commit 0b122ee

Browse files
committed
release v1.2.0
1 parent 4a2226f commit 0b122ee

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## 1.2.0
2+
- Add `HtmlToPlainTextConverter` with HTML to plain text conversion
3+
14
## 1.1.0
25
- Fix link detection and replace in plain text messages
36
- Use fetchId rather than the content-ID for inline images. Links starting with `fetch://` will be generated.

pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
name: enough_mail_html
2-
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
3-
version: 1.1.0
2+
description: Generate HTML from an email mime message and creates plain text from HTML. Eases handling of `MimeMessage` in the `enough_mail` package.
3+
version: 1.2.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.2.2
11+
enough_mail: #^1.3.3
1212
git:
1313
url: https://github.com/Enough-Software/enough_mail.git
1414
# path: ../enough_mail/

0 commit comments

Comments
 (0)