Skip to content

Latest commit

 

History

History
149 lines (82 loc) · 3.31 KB

CHANGELOG.md

File metadata and controls

149 lines (82 loc) · 3.31 KB

v0.5.0 (2024-01-12)

Breaking Changes

  • include_mmd! now always uses CARGO_MANIFEST_DIR as root (PR #47 by Rjected)

Miscellaneous

v0.4.0 (2023-12-13) YANKED

Breaking Changes

  • path attribute is no longer supported for importing diagrams from external files

Features

  • include_mmd! macro-like syntax for embedding diagrams from files
  • multiple diagrams can now be imported from filesystem per documented entity
  • imported diagrams can now be placed freely at any place inside the doc comment

Miscellaneous

  • syn bumped to version 2 (PR #42 by maurer

v0.3.1 (2023-04-17)

Features

  • mermaid is updated to v10 (PR #46 by frehberg)
  • better handling of a failure to load mermaidjs (PR #46 by frehberg)

Miscellaneous

  • add Frehberg as a maintainer on GitHub, and package owner on Crates.io

v0.3.0 (2023-02-16)

Maintenance

  • update dependencies

v0.2.2 (2023-02-02)

Bug Fixes

  • gracefully handle failure to write mermaid.js files (514c67c9)

v0.2.1 (2023-02-01)

Maintenance

  • MermaidJS updated to version 9.3.0

v0.2.0 (2023-01-31)

Bug Fixes

  • embedding broken when dependants are built with --no-deps 06e263b3 by frehberg

Features

  • allow loading diagrams from filesystem via macro attrs 0eb7e08f by drbh

v0.1.12 (2022-08-17)

mermaid.js upgraded to version 9.1.4

Bug Fixes

0.1.11 (2021-05-31)

Features

0.1.10 (2021-05-31)

Features

0.1.9 (2021-05-15)

Features

0.1.8 (2021-04-08)

Bug Fixes

  • fallback to CDN version of mermaid.js if local isn't found (de9f274e)

0.1.7 (2021-04-08)

Features

Bug Fixes

0.1.6 (2021-01-28)

Bug Fixes

  • use regex to detect the dark themes reliably on docs.rs (ce24cd6e)

0.1.5 (2021-01-28)

Bug Fixes

  • initialization script wasn't firing at page load (36268718)

0.1.4 (2021-01-28)

Features