Skip to content

Releases: mersinvald/aquamarine

0.5.0

12 Jan 11:33
Compare
Choose a tag to compare

Breaking Changes

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

0.4.0

13 Dec 10:13
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

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

Full Changelog: v0.3.2...v0.4.0

0.3.2

26 May 06:56
Compare
Choose a tag to compare

v0.3.2 (2023-05-26)

Features

Miscellaneous

  • fix: use the same include_dir path for windows (PR #41 by saschanaz)

0.3.1

17 Apr 09:34
Compare
Choose a tag to compare

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

0.3.0

16 Feb 11:51
Compare
Choose a tag to compare

Updated dependencies:

-itertools = "0.9"
+itertools = "0.10"

-pretty_assertions = "0.6"
+pretty_assertions = "1"

0.2.2

02 Feb 12:45
Compare
Choose a tag to compare

v0.2.2 (2023-02-02)

Bug Fixes

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

0.2.1

01 Feb 21:41
Compare
Choose a tag to compare

v0.2.1 (2023-02-01)

Maintenance

  • MermaidJS updated to version 9.3.0

0.2.0

01 Feb 21:40
Compare
Choose a tag to compare

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

0.1.12

19 Aug 09:09
Compare
Choose a tag to compare

mermaid.js upgraded to version 9.1.4

Bug Fixes
failing doctest (680ea555)
typo in changelog (75419467)

0.1.11

07 Dec 08:00
14abef3
Compare
Choose a tag to compare

0.1.11 (2021-05-31)

Features