Skip to content

Releases: ts-graphviz/jest-graphviz

v0.5.0 🌈

23 Sep 10:24
Compare
Choose a tag to compare

Changes

v0.4.0 🌈

10 Jan 14:19
Compare
Choose a tag to compare

Changes

v0.3.1 🌈

25 Apr 05:06
Compare
Choose a tag to compare

🐛 Bug Fixes

  • fix rollup.config, add child_process to external @kamiazya (#83)

v0.3.0 🌈

24 Apr 10:40
Compare
Choose a tag to compare

HAS BRAKING CHANGE

🚀 Features

Snapshot Diff

- exports[`public api toBeValidDotAndMatchSnapshot 1`] = `"digraph g { a -> b; }"`;
+ exports[`public api toBeValidDotAndMatchSnapshot 1`] = `digraph g { a -> b; }`;

Changes

v0.2.0 🌈

13 Jan 06:09
Compare
Choose a tag to compare

🚀 Features

Changes

v0.1.1 🌈

16 Dec 16:50
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • fix bug for toBeValidDotAndMatchSnapshotMatcher @kamiazya (#14)

v0.1.0 🌈

14 Dec 09:21
Compare
Choose a tag to compare

🚀 Features

Changes