Skip to content

Commit

Permalink
release v0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Jan 11, 2021
1 parent 9231370 commit 8ddd338
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 0.2.1
- Always setting the `Content-Type` meta attribute to use 'utf-8' encoding.
- Add inline images even when they are not referenced

## 0.2.0

- Added plain text transformations:
- Convert line breaks into `<br/>` tags
- Convert https lins into `<a>` tags
- Convert line breaks into `<br/>` tags
- Convert https lins into `<a>` tags

## 0.1.1

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.0
version: 0.2.1
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.0.36
enough_mail: #^0.1.0
git:
url: https://github.com/Enough-Software/enough_mail.git
ref: main
Expand Down

0 comments on commit 8ddd338

Please sign in to comment.