adoptoposs / mjml_nif

Elixir NIF bindings for the MJML Rust implementation (mrml)
https://hexdocs.pm/mjml
MIT License
122 stars 17 forks source link

Bump mrml from 1.2.11 to 2.0.0 in /native/mjml_nif #115

Closed dependabot[bot] closed 8 months ago

dependabot[bot] commented 8 months ago

Bumps mrml from 1.2.11 to 2.0.0.

Release notes

Sourced from mrml's releases.

MRML 2.0.0

Full Changelog: https://github.com/jdrouet/mrml/compare/css-compare-v0.1.1...mrml-core-2.0.0

mrml-v2.0.0-rc.7

No release notes provided.

mrml-v2.0.0-rc.6

No release notes provided.

mrml-v2.0.0-rc.5

No release notes provided.

mrml-cli-v1.4.0

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)
  • move license files
  • move back mrml-cli to repository
  • move code source to only keep mrml-core

mrml-wasm-v1.3.0

Added

  • handle properly async mj-include (#346)
  • implement an async parser (#338)
  • (mrml-wasm) add mj-include feature (#316)
  • (mrml-wasm) create wasm package (#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)
  • (deps) Update serde-wasm-bindgen requirement from 0.5 to 0.6 in /packages/mrml-wasm (#327)
  • (mrml-core) bump to 2.0.0-rc4
  • (mrml-core) use a single MrmlParser structure with a visitor pattern (#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)

... (truncated)

Changelog

Sourced from mrml's changelog.

Changelog

All notable changes to this project will be documented in this file.

[2.0.0-rc4] - 2023-08-17

Bug Fixes

  • Disable_comments is in camelCase
  • Script elements should remain with open and close element (#320)

Documentation

  • Update links in readme
  • Update code in example

Features

  • Bump mrml version
  • Remove randomness when generating component ids (#308)
  • Create wasm package (#312)
  • Add mj-include feature (#316)
  • Create multi include loader (#322)

Miscellaneous Tasks

  • Allow mastodon notification to fail
  • Implement real tool for comparing html (#107)
  • Move license files
  • Update cargo.toml to publish
  • Update cargo.toml to publish
  • Bump to 2.0.0-rc4

Refactor

  • Put cows in tag implementation 🐮 (#111)
  • Prepare for monotrepo
  • Move back mrml-cli to repository
  • Format code using rustfmt and create config
  • Apply clippy suggestions
  • Use a single MrmlParser structure with a visitor pattern (#317)

Styling

  • Apply clippy suggestions

Testing

  • Add node example with a test (#313)
  • Add browser example (#315)

... (truncated)

Commits
  • bb6abb0 chore(mrml-core): release version 2.0.0
  • fb53e09 build(mrml-common-macros): update readme and license file
  • a0182b4 build(mrml-macros): update readme and license file
  • f7e6bd3 build(mrml-print-macros): update readme and license file
  • 2ab5cb8 build(mrml-json-macros): update readme and license file
  • a00d6dd doc: bump mrml version in readme
  • 97979f2 chore: release (#340)
  • 55f839c build: bump mrml-core to 2.0.0-rc.7
  • 15d6788 feat: handle properly async mj-include (#346)
  • 7476c14 build: bump mrml-core to 2.0.0-rc.6
  • Additional commits viewable in compare view


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 8 months ago

Superseded by #116.