Skip to content

Releases: derlin/docker-compose-viz-mermaid

v1.3.0

02 Aug 17:16
Compare
Choose a tag to compare

1.3.0 (2024-08-02)

🚀 Features

  • provide an ARM docker image (4e76d1a)

🐛 Bug Fixes

  • add MariaDB to known databases (b230942)
  • properly quote labels with dots (a6a5e35)
  • update dependencies (4c0f84c)
  • update docker image (eaf82ba)

💬 Documentation

  • update gems and examples, add Makefile (a4bbae8)

⟲ CI

  • run MermaidRenderer tests again (e2ace90)

Nightly Release

21 Sep 15:45
0cc5e7c
Compare
Choose a tag to compare
Nightly Release Pre-release
Pre-release

Latest successful build on branch main. Feel free to use it, but know that this is a nightly :)

v1.2.0

18 Jul 17:56
Compare
Choose a tag to compare

1.2.0 (2023-07-18)

🐛 Bug Fixes

  • published port may be string (2a541b4), closes #10
  • remove white border in PNG export (dark theme) (fffbf91)

🚀 Features

  • add --debug option (6e42f1b)
  • add mermaid-cli renderer (69c516e)
  • add png support to KrokiRenderer (8853bfd)
  • optionally display network bindings (930b1fd)
  • remove hidden scp classes support (d2f0499)

💬 Documentation

  • document the mermaid-cli renderer (7dd2847)

⟲ CI

  • build and push docker image (9779848)
  • fix releases missing artifacts (0c77882)

v1.1.0

14 Mar 12:30
Compare
Choose a tag to compare

1.1.0 (2023-02-07)

⟲ CI

  • automate release and adopt conventional commits (3f8a023)

🚀 Features

💬 Documentation

  • mention GitHub support for Mermaid (3d754f1)

🐛 Bug Fixes

  • depends_on must support conditions (#5) (823c565), closes #4
  • missing logger implementation (b17346d)

v1.0.0

05 Apr 18:25
Compare
Choose a tag to compare

🚀 Features

  • transform docker-compose into beautiful Mermaid-JS visuals
  • generation of SVG, PNG or mermaid code
  • offline generation of images by default (using an embedded Chromium, nothing leaves your computer !)
  • possible to generate images through third-party services (https://kroki.io, https://mermaid.ink)
  • support for background colours in images or generated code