Releases: ts-graphviz/jest-graphviz
Releases · ts-graphviz/jest-graphviz
v0.5.0 🌈
Changes
- upgrade to jest27 @kamiazya (#392)
- Upgrade dev dependencies @kamiazya (#393)
- Upgrade to GitHub-native Dependabot @dependabot-preview (#320)
- [Security] Bump elliptic from 6.5.3 to 6.5.4 @dependabot-preview (#285)
- [Security] Bump y18n from 4.0.0 to 4.0.3 @dependabot-preview (#308)
- [Security] Bump lodash from 4.17.20 to 4.17.21 @dependabot-preview (#324)
- [Security] Bump hosted-git-info from 2.8.8 to 2.8.9 @dependabot-preview (#325)
- [Security] Bump ws from 7.4.2 to 7.5.0 @dependabot-preview (#350)
v0.4.0 🌈
Changes
- update to jest@26 @kamiazya (#252)
- Fix to stop running CI on windows @kamiazya (#251)
- [Security] Bump elliptic from 6.5.2 to 6.5.3 @dependabot-preview (#153)
- [Security] Bump lodash from 4.17.15 to 4.17.20 @dependabot-preview (#163)
- fix CI, fix to kamiazya/setup-graphviz @kamiazya (#84)
v0.3.1 🌈
v0.3.0 🌈
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 🌈
🚀 Features
Changes
- Bump @types/jest from 24.0.23 to 24.0.25 @dependabot-preview (#25)
- Bump tslint-plugin-prettier from 2.0.1 to 2.1.0 @dependabot-preview (#22)
- Bump typescript from 3.7.3 to 3.7.4 @dependabot-preview (#21)
- Bump ts-jest from 24.2.0 to 24.3.0 @dependabot-preview (#28)
- Bump @types/node from 12.12.17 to 13.1.6 @dependabot-preview (#29)
v0.1.1 🌈
v0.1.0 🌈
🚀 Features
Changes
- Bump @types/node from 12.12.14 to 12.12.17 @dependabot-preview (#12)
- Bump typescript from 3.7.2 to 3.7.3 @dependabot-preview (#10)
- Bump @types/node from 12.12.12 to 12.12.14 @dependabot-preview (#9)
- Bump ts-jest from 24.1.0 to 24.2.0 @dependabot-preview (#7)
- Bump @types/node from 12.12.8 to 12.12.12 @dependabot-preview (#8)
- Bump @types/node from 12.12.7 to 12.12.8 @dependabot-preview (#4)
- Bump @types/jest from 24.0.22 to 24.0.23 @dependabot-preview (#1)
- Create FUNDING.yml @kamiazya (#3)
- Cross platform testing @kamiazya (#2)