Skip to content

Commit

Permalink
release v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
robert-virkus committed Dec 20, 2020
1 parent adf639e commit 8362aa1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.2.0

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

## 0.1.1

- Fixes transformation of plain text messages
Expand Down
6 changes: 3 additions & 3 deletions pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
name: enough_mail_html
description: Generate HTML from an email mime message. Eases handling of `MimeMessage` in the `enough_mail` package.
version: 0.1.1
version: 0.2.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.0.35
enough_mail: #^0.0.36
git:
url: https://github.com/Enough-Software/enough_mail.git
ref: main
#path: ../enough_mail/
# path: ../enough_mail/

dev_dependencies:
pedantic: ^1.9.0
Expand Down

0 comments on commit 8362aa1

Please sign in to comment.