Releases: sverweij/state-machine-cat
Releases · sverweij/state-machine-cat
v7.4.0
v7.3.0
v7.2.0
🌟 features
- feature(render): adds postscript output formats (cli only) (#131)
🐛 bugfixes
- bugfix(dot): use more portable values for transparency (#130) (thanks @Kochise for noticing, raising the issue and validating the fix!)
🧑💼 maintenance
- build(npm): ⬆️ ajv, dependency-cruiser, eslint, eslint-config-moving-meadow, eslint-plugin-unicorn, fast-xml-parser, query-string, webpack, webpack-cli
- refactor(site): also publish a sitemap on production
- test: simplify filenameToStream test a bit
- ci: makes dependency check run on the ci as well
- build(npm): ⬆️ ajv, dependency-cruiser, eslint, eslint-config-prettier, webpack-cli
v7.1.0
🌟 features
- feature(cli): tries native dot before using svg.js (#128)
⛏️ maintenance and chores
- build(npm): ⬆️ ajv, commander, dependency-cruiser, eslint, eslint-config-prettier, eslint-plugin-unicorn, fast-xml-parser, lint-staged, mocha, prettier, query-string, semver, typescript, webpack, webpack-cli
- chore(ci): add code climate coverage to gh actions
- chore: replace solution to mark & close stale issues
v7.0.13
🔧 Maintenance
- build(npm): ⬆️ dependency-cruiser, eslint, eslint-config-moving-meadow, eslint-config-prettier, eslint-plugin-budapestian, eslint-plugin-unicorn, lint-staged, mocha, query-string, upem, webpack, webpack-cli
- also ensures state-machine also runs on node 15
v7.0.12
👷♀️ Maintenance
- build(npm): ⬆️ ajv, eslint-config-moving-meadow, eslint-plugin-budapestian, webpack, webpack-cli
- small update to webpack confs to make it work with webpack 5
- chore(test): stop using the devDependency ~ and fall back to relative paths (the devDependency: { ~: "file://." } trick looks nice on paper, but it confuses npm no-end when upgrading/ re-installing)