Skip to content

Commit 8ddd338

Browse files
committed
release v0.2.1
1 parent 9231370 commit 8ddd338

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
## 0.2.1
2+
- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding.
3+
- Add inline images even when they are not referenced
4+
15
## 0.2.0
26

37
- Added plain text transformations:
4-
- Convert line breaks into `<br/>` tags
5-
- Convert https lins into `<a>` tags
8+
- Convert line breaks into `<br/>` tags
9+
- Convert https lins into `<a>` tags
610

711
## 0.1.1
812

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.0
3+
version: 0.2.1
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.0.36
11+
enough_mail: #^0.1.0
1212
git:
1313
url: https://github.com/Enough-Software/enough_mail.git
1414
ref: main

0 commit comments

Comments
 (0)