Skip to content

Commit

Permalink
release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Apr 15, 2021
1 parent a17a120 commit a5fb31c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 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.

## 1.0.0
- `enough_mail_html` is now [null safe](https://dart.dev/null-safety/tour) #6
- use URL safe links when linking an embedded image with a `content-ID`
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
name: enough_mail_html
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
version: 1.0.0
version: 1.1.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.1.0
enough_mail: #^1.2.2
git:
url: https://github.com/Enough-Software/enough_mail.git
#path: ../enough_mail/
# path: ../enough_mail/
image: ^3.0.2

dev_dependencies:
Expand Down

0 comments on commit a5fb31c

Please sign in to comment.