Skip to content

Releases: yousifalraheem/mermaid-parse

v2.1.0

12 Oct 11:09
80432ee
Compare
Choose a tag to compare

2.1.0 (2022-10-12)

Bug Fixes

  • removed import statement on def file (6465f0b)
  • reverted file formatting (ffe0536)

Features

  • add new param to parse function (d1c08e4)

v2.0.1

23 Feb 15:34
Compare
Choose a tag to compare

2.0.1 (2022-02-23)

Bug Fixes

  • remove optional chaining to support old versions of node js (6950bf9)

v2.0.0

23 Feb 14:18
Compare
Choose a tag to compare

2.0.0 (2022-02-23)

Features

  • switch to always return a string (de1b0af)

BREAKING CHANGES

  • The function will no longer return a Buffer, it will instead return a string
    containing an image tag with the image inserted as base64 source url

v1.1.1

23 Feb 13:39
Compare
Choose a tag to compare

1.1.1 (2022-02-23)

Bug Fixes

v1.1.0

23 Feb 11:33
Compare
Choose a tag to compare

1.1.0 (2022-02-23)

Features

  • added support for png export of the diagram (9429aab)

v1.0.3

23 Feb 08:49
Compare
Choose a tag to compare

1.0.3 (2022-02-23)

Bug Fixes

  • fix html entities parsing issue and set default background to transparent (aa7f4ff)

v1.0.2

22 Feb 15:36
Compare
Choose a tag to compare

1.0.2 (2022-02-22)

Bug Fixes

v1.0.1

22 Feb 10:52
Compare
Choose a tag to compare

1.0.1 (2022-02-22)

Bug Fixes

  • fix dependency issue to mermaid (856455e)

v1.0.0

22 Feb 10:45
Compare
Choose a tag to compare

1.0.0 (2022-02-22)

Features