Skip to content

Commit

Permalink
release v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Feb 2, 2021
1 parent 3a5c316 commit 1fcb07e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
## 0.3.0
- allow to specify the `maxImageWidth` when generating the HTML, this preserves memory
- surround inline images with cid:// links - #5
- remove common invalid characters at end of links

## 0.2.1
- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding.
- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding
- Add inline images even when they are not referenced

## 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Add this dependency your pubspec.yaml file:

```
dependencies:
enough_mail_html: ^0.1.0
enough_mail_html: ^0.3.0
```
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).

Expand Down
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
name: enough_mail_html
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
version: 0.2.1
version: 0.3.0
homepage: https://github.com/Enough-Software/enough_mail_html

environment:
sdk: '>=2.9.3 <3.0.0'

dependencies:
html: ^0.14.0+4
enough_mail: #^0.1.0
enough_mail: #^0.2.0
git:
url: https://github.com/Enough-Software/enough_mail.git
# path: ../enough_mail/
Expand Down

0 comments on commit 1fcb07e

Please sign in to comment.