This repository was archived by the owner on Jul 25, 2023. It is now read-only.
Tags: jolimail/mrml-core
Tags
v2.0.0-rc3: Changelog Features - Add fonts option (#90) Build - Bump serde from 1.0.158 to 1.0.159 (#69) - Bump indexmap from 1.9.2 to 1.9.3 (#68) - Bump mockito from 1.0.0 to 1.0.1 (#66) - Bump proc-macro2 from 1.0.53 to 1.0.54 (#67) - Bump serde_json from 1.0.94 to 1.0.95 (#71) - Bump reqwest from 0.11.15 to 0.11.16 (#70) - Bump mockito from 1.0.1 to 1.0.2 (#72) - Bump proc-macro2 from 1.0.54 to 1.0.56 (#73) - Bump serde from 1.0.159 to 1.0.160 (#74) - Bump serde_json from 1.0.95 to 1.0.96 (#75) - Bump h2 from 0.3.15 to 0.3.17 (#76) - Bump reqwest from 0.11.16 to 0.11.17 (#77) - Bump serde from 1.0.160 to 1.0.162 (#78) - Bump quote from 1.0.26 to 1.0.27 (#79) - Bump serde from 1.0.162 to 1.0.163 (#80) - Bump proc-macro2 from 1.0.56 to 1.0.57 (#81) - Bump reqwest from 0.11.17 to 0.11.18 (#82) - Bump proc-macro2 from 1.0.57 to 1.0.58 (#83) - Bump quote from 1.0.27 to 1.0.28 (#86) - Bump proc-macro2 from 1.0.58 to 1.0.59 (#85) - Bump criterion from 0.4.0 to 0.5.1 (#87) - Bump url from 2.3.1 to 2.4.0 (#89) - Bump serde from 1.0.163 to 1.0.164 (#91) - Bump proc-macro2 from 1.0.59 to 1.0.60 (#92) - Bump ureq from 2.6.2 to 2.7.0 (#93) - Bump serde_json from 1.0.96 to 1.0.97 (#94) - Bump mockito from 1.0.2 to 1.1.0 (#95) - Bump ureq from 2.7.0 to 2.7.1 (#96) - Bump proc-macro2 from 1.0.60 to 1.0.63 (#99) - Bump serde_json from 1.0.97 to 1.0.99 (#98)
Changelog All notable changes to this project will be documented in this file. [2.0.0-rc2] - 2023-03-25 Documentation - Add link to mjml Features - Mark IncludeLoaderError cayse as Send and Sync (#52) Miscellaneous Tasks - Enable the orderedmap feature by default Build - Bump mockito from 0.32.0 to 0.32.1 (#40) - Bump mockito from 0.32.1 to 0.32.2 (#41) - Bump mockito from 0.32.2 to 0.32.3 (#42) - Bump syn from 1.0.107 to 1.0.108 (#43) - Bump syn from 1.0.108 to 1.0.109 (#44) - Bump mockito from 0.32.3 to 0.32.4 (#46) - Bump thiserror from 1.0.38 to 1.0.39 (#48) - Bump serde_json from 1.0.93 to 1.0.94 (#47) - Bump serde from 1.0.152 to 1.0.153 (#49) - Bump serde from 1.0.153 to 1.0.154 (#50) - Bump darling from 0.14.3 to 0.14.4 (#51) - Bump quote from 1.0.23 to 1.0.25 (#54) - Bump serde from 1.0.154 to 1.0.155 (#55) - Bump mockito from 0.32.4 to 1.0.0 (#53) - Bump quote from 1.0.25 to 1.0.26 (#58) - Bump serde from 1.0.155 to 1.0.156 (#57) - Bump thiserror from 1.0.39 to 1.0.40 (#60) - Bump serde from 1.0.156 to 1.0.157 (#61) - Bump reqwest from 0.11.14 to 0.11.15 (#62) - Bump serde from 1.0.157 to 1.0.158 (#63) - Bump proc-macro2 from 1.0.52 to 1.0.53 (#65)
Version 2.0.0-rc1 Documentation - Add link to python library Features - First implementation of mj-include (#23) - Create an include-loader to load from the filesystem (#32) - Create an http-loader (#34) Miscellaneous Tasks - Publish on mastodon after releasing a version - Replace print boilerplate with a procedural macro (#10) - Check features with cargo hack (#12) - Create a macro to generate From and as_element (#13) - Replace parse boilerplate with a proc macro (#11) - Macro cleanup (#14) - Implement a proc macro to handle json conversion (#18) - Replace some existing code with macro for parsing (#20) - Rename components using camel case (#21) - Camelcase (#22) - Create a struct to simplify code (#24) - Split in multiple modules (#25) - Improve code coverage (#27) - Update semantic commit checker (#33) - Remove feature powerset for code checking - Implement stderr for errors (#38) - Rename and set versions - Update cargo.toml files with required fields Build - Bump proc-macro2 from 1.0.50 to 1.0.51 (#30) - Bump serde_json from 1.0.91 to 1.0.92 (#29) - Bump darling from 0.14.2 to 0.14.3 (#31) - Add deps scope to semantic configuration - Bump serde_json from 1.0.92 to 1.0.93 (#35) - Bump mockito from 0.31 to 0.32
mrml: version 1.2.10 - implement all void elements - update dependencies
version 1.2.9 - fix parsing self closing elements like <br> and <meta> - align with mjml upgrades - bump dependencies
mrml-core version 1.2.8 - updates with some mjml updates - fix a mj-wrapper issue - update the test framework - support more tags on mjml root tag - update some dependencies
mrml-core 1.2.7 fix mj-social-element and mj-navbar-link children
mrml-code 1.2.6 add feature orderedmap to use IndexMap instead of HashMap
PreviousNext