Skip to content

Latest commit

 

History

History
88 lines (46 loc) · 4.47 KB

CHANGELOG.md

File metadata and controls

88 lines (46 loc) · 4.47 KB

Changelog

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)

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)

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)

1.0.0 (2022-04-05)

🚀 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