Skip to content
This repository has been archived by the owner on Feb 4, 2020. It is now read-only.

Commit

Permalink
Releasing 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
attilabuti committed Mar 18, 2018
1 parent 62b30d1 commit 4a04aba
Show file tree
Hide file tree
Showing 5 changed files with 276 additions and 254 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
All notable changes to the "mjml" extension will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/).

### [1.1.0] (2018-03-18)
* [new] Configuration property `mjml.exportType`: Specifies the file type of the output file.
* `MJML: Export HTML`: allows to specify the exported file type (e.g. example.html or .pug).
* MJML 4.0.2

### [1.0.0] (2018-03-07)
* [new] `MJML: Migrate`: Migrate a template from MJML 3 to MJML 4.
* Change to [Semantic Versioning](https://semver.org/).
Expand Down
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ The following command is available:
| `mjml.mailSubject` | ` ` | Email subject. |
| `mjml.mailRecipients` | ` ` | Comma separated list of recipients email addresses. |
| `mjml.beautify` | ` ` | Beautify options ([available options](https://github.com/beautify-web/js-beautify#options)). |
| `mjml.exportType` | `.html` | Specifies the file type of the output file. |

## Snippets

Expand Down Expand Up @@ -108,6 +109,11 @@ The following command is available:

## Change Log

### [1.1.0] (2018-03-18)
* [new] Configuration property `mjml.exportType`: Specifies the file type of the output file.
* `MJML: Export HTML`: allows to specify the exported file type (e.g. example.html or .pug).
* MJML 4.0.2

### [1.0.0] (2018-03-07)
* [new] `MJML: Migrate`: Migrate a template from MJML 3 to MJML 4.
* Change to [Semantic Versioning](https://semver.org/).
Expand Down
Loading

0 comments on commit 4a04aba

Please sign in to comment.