Skip to content

Commit 1fcb07e

Browse files
committed
release v0.3.0
1 parent 3a5c316 commit 1fcb07e

File tree

3 files changed

+9
-4
lines changed

3 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1+
## 0.3.0
2+
- allow to specify the `maxImageWidth` when generating the HTML, this preserves memory
3+
- surround inline images with cid:// links - #5
4+
- remove common invalid characters at end of links
5+
16
## 0.2.1
2-
- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding.
7+
- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding
38
- Add inline images even when they are not referenced
49

510
## 0.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Add this dependency your pubspec.yaml file:
6363

6464
```
6565
dependencies:
66-
enough_mail_html: ^0.1.0
66+
enough_mail_html: ^0.3.0
6767
```
6868
The latest version or `enough_mail_html` is [![enough_mail_html version](https://img.shields.io/pub/v/enough_mail_html.svg)](https://pub.dartlang.org/packages/enough_mail_html).
6969

pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
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.2.1
3+
version: 0.3.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:
1010
html: ^0.14.0+4
11-
enough_mail: #^0.1.0
11+
enough_mail: #^0.2.0
1212
git:
1313
url: https://github.com/Enough-Software/enough_mail.git
1414
# path: ../enough_mail/

0 commit comments

Comments
 (0)