-
-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
- Loading branch information
1 parent
55f839c
commit 97979f2
Showing
15 changed files
with
140 additions
and
14 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.4.0](https://github.com/jdrouet/mrml/compare/mrml-cli-v1.3.3...mrml-cli-v1.4.0) - 2023-12-01 | ||
|
||
### Added | ||
- *(mrml-cli)* bump mrml version | ||
|
||
### Other | ||
- bump mrml-core to 2.0.0-rc.7 | ||
- bump mrml-core to 2.0.0-rc.6 | ||
- *(mrml-core)* bump to 2.0.0-rc4 | ||
- format code using rustfmt and create config | ||
- *(mrml-cli)* Update clap to 4.3 | ||
- *(deps)* Update env_logger requirement in /packages/mrml-cli ([#309](https://github.com/jdrouet/mrml/pull/309)) | ||
- move license files | ||
- move back mrml-cli to repository | ||
- move code source to only keep mrml-core |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-cli" | ||
description = "CLI for the Rust implementation of MJML renderer" | ||
keywords = ["cli", "email", "mjml"] | ||
version = "1.3.3" | ||
version = "1.4.0" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
license-file = "license.md" | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-common-macros-v0.1.0...mrml-common-macros-v0.1.1) - 2023-12-01 | ||
|
||
### Other | ||
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330)) | ||
- format code using rustfmt and create config |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-common-macros" | ||
description = "Common macros for the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../license.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/jdrouet/mrml/compare/css-compare-v0.1.0...css-compare-v0.1.1) - 2023-12-01 | ||
|
||
### Other | ||
- bump deps ([#328](https://github.com/jdrouet/mrml/pull/328)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-json-macros-v0.1.0...mrml-json-macros-v0.1.1) - 2023-12-01 | ||
|
||
### Other | ||
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-json-macros" | ||
description = "Macros for the JSON feature of the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../license.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-macros-v0.1.0...mrml-macros-v0.1.1) - 2023-12-01 | ||
|
||
### Other | ||
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-macros" | ||
description = "Macros for the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../license.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [0.1.1](https://github.com/jdrouet/mrml/compare/mrml-print-macros-v0.1.0...mrml-print-macros-v0.1.1) - 2023-12-01 | ||
|
||
### Other | ||
- *(mrml-core)* bump syn and darling ([#330](https://github.com/jdrouet/mrml/pull/330)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
name = "mrml-print-macros" | ||
description = "Macros for the print feature of the MRML crate" | ||
keywords = ["email", "mjml"] | ||
version = "0.1.0" | ||
version = "0.1.1" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2021" | ||
license-file = "../../license.md" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
# Changelog | ||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## [Unreleased] | ||
|
||
## [1.3.0](https://github.com/jdrouet/mrml/compare/mrml-wasm-v1.2.3...mrml-wasm-v1.3.0) - 2023-12-01 | ||
|
||
### Added | ||
- handle properly async mj-include ([#346](https://github.com/jdrouet/mrml/pull/346)) | ||
- implement an async parser ([#338](https://github.com/jdrouet/mrml/pull/338)) | ||
- *(mrml-wasm)* add mj-include feature ([#316](https://github.com/jdrouet/mrml/pull/316)) | ||
- *(mrml-wasm)* create wasm package ([#312](https://github.com/jdrouet/mrml/pull/312)) | ||
- *(wasm)* add toJson, toMjml and validate | ||
|
||
### Fixed | ||
- *(mrml-wasm)* disable_comments is in camelCase | ||
- *(json)* add serde to mrml-wasm | ||
|
||
### Other | ||
- bump mrml-core to 2.0.0-rc.7 | ||
- bump mrml-core to 2.0.0-rc.6 | ||
- bump deps ([#328](https://github.com/jdrouet/mrml/pull/328)) | ||
- *(deps)* Update serde-wasm-bindgen requirement from 0.5 to 0.6 in /packages/mrml-wasm ([#327](https://github.com/jdrouet/mrml/pull/327)) | ||
- *(mrml-core)* bump to 2.0.0-rc4 | ||
- *(mrml-core)* use a single MrmlParser structure with a visitor pattern ([#317](https://github.com/jdrouet/mrml/pull/317)) | ||
- format code using rustfmt and create config | ||
- *(mrml-wasm)* add test with disabling comments | ||
- *(mrml-wasm)* update node example to have test command | ||
- *(mrml-wasm)* add browser example ([#315](https://github.com/jdrouet/mrml/pull/315)) | ||
- *(mrml-wasm)* add node example with a test ([#313](https://github.com/jdrouet/mrml/pull/313)) | ||
- *(mrml-wasm)* update readme | ||
- move code source to only keep mrml-core | ||
- apply clippy suggestions | ||
- *(mrml-wasm)* release version 1.2.3 | ||
- *(mrml-wasm)* release version 1.2.2 | ||
- *(mrml-wasm)* release version 1.2.1 | ||
- release version 1.2.0 | ||
- release version 1.1.0 | ||
- rename packages folder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "mrml-wasm" | ||
version = "1.2.3" | ||
version = "1.3.0" | ||
authors = ["Jérémie Drouet <[email protected]>"] | ||
edition = "2018" | ||
|
||
|