Skip to content

Releases: prantlf/graphviz-builder

v0.1.1

11 Dec 20:11

Choose a tag to compare

0.1.1 (2022-12-11)

Bug Fixes

v0.1.0

14 Sep 19:53

Choose a tag to compare

0.1.0 (2020-09-14)

Features

  • Add support for strict digraphs (no duplicate edges) (adad66c)
  • Update typings for the strict digraphs (7895ae5)

v0.0.1

12 Jun 17:55

Choose a tag to compare

0.0.1 (2020-06-12)

This is the first version released after forking the original project.

Features

  • Remove rendering by the dot process (7a82093)
  • Generate Markdown documentation of the API (8d74618)
  • Introduce an UMD build output for usage in web browsers (a16470e)
  • Introduce an ESM build output for usage in environments supporting ES6 modules (99183bc)
  • Introduce TypeScript declarations (typings) (98edfe2)
  • Implement attributes using Map (42e5bb6)