Skip to content

Commit

Permalink
release v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jun 13, 2021
1 parent 4a2226f commit 0b122ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 1.2.0
- Add `HtmlToPlainTextConverter` with HTML to plain text conversion

## 1.1.0
- Fix link detection and replace in plain text messages
- Use fetchId rather than the content-ID for inline images. Links starting with `fetch://` will be generated.
Expand Down
6 changes: 3 additions & 3 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: 1.1.0
description: Generate HTML from an email mime message and creates plain text from HTML. Eases handling of `MimeMessage` in the `enough_mail` package.
version: 1.2.0
homepage: https://github.com/Enough-Software/enough_mail_html

environment:
sdk: '>=2.12.0 <3.0.0'

dependencies:
html: ^0.15.0
enough_mail: #^1.2.2
enough_mail: #^1.3.3
git:
url: https://github.com/Enough-Software/enough_mail.git
# path: ../enough_mail/
Expand Down

0 comments on commit 0b122ee

Please sign in to comment.