Skip to content

Releases: kamiazya/typedoc-plugin-mermaid

v1.3.0 🌈

09 Aug 02:54
Compare
Choose a tag to compare

Changes

v1.2.0 🌈

05 Feb 16:18
Compare
Choose a tag to compare

Braking Change

Remove mermaidVersion option.

See detail for #123 .

Changes

Special thanks for @BobKerns !

v1.1.1 🌈

19 Oct 04:02
Compare
Choose a tag to compare

Changes

v1.1.0

17 Mar 10:25
Compare
Choose a tag to compare

Feature

  • add option to change mermaid.js version.

Example: If you want to use [email protected]

Set version by CLI

Add -mmv/--mermaidVersion 8.0.0 option.

$ typedoc --plugin typedoc-plugin-mermaid --mermaidVersion 8.0.0
or
$ typedoc --plugin typedoc-plugin-mermaid -mmv 8.0.0

Set version by typedoc.json

Add vermaidVersion config to typedoc.json.

{
  "mode": "file",
  "out": "../docs",
  "vermaidVersion": "8.0.0"
}

v1.0.0

08 Mar 18:08
Compare
Choose a tag to compare

A plugin for TypeDoc that generates graphs for mermaid.js diagrams by @mermaid annotation.

v0.9.0

07 Mar 13:04
Compare
Choose a tag to compare
v0.9.0 Pre-release
Pre-release
add tslint and prepare script