Skip to content

Releases: sverweij/state-machine-cat

v7.4.0

30 Jan 21:23
v7.4.0
516da29
Compare
Choose a tag to compare

🌟 features

  • feature: adds a 'class' attributes to states and transitions (#135) - thanks @mwaddell for the excellent suggestion and for validating the first stab at this!

👷 maintenance

  • build(npm): ⬆️ webpack
  • chore: adds flat dependency graphs

v7.3.0

26 Jan 20:50
v7.3.0
8f8d2c0
Compare
Choose a tag to compare

🌟 features

  • feature(render): adds encapsulated postscript (eps) output format (#132) - thanks @Kochise for validating this feature!!

👷‍♀️ maintenance

  • build(npm): ⬆️ commander, dependency-cruiser, eslint, eslint-config-prettier, eslint-plugin-unicorn, webpack, webpack-cli

v7.2.0

10 Jan 10:25
v7.2.0
db9d154
Compare
Choose a tag to compare

🌟 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

18 Dec 18:46
8b09b30
Compare
Choose a tag to compare

🌟 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

24 Oct 12:58
Compare
Choose a tag to compare

🔧 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

11 Oct 10:34
Compare
Choose a tag to compare

👷‍♀️ 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)

v7.0.11

11 Oct 10:31
Compare
Choose a tag to compare

🛠️ Maintenance

  • build(npm): ⬆️ chai-xml, dependency-cruiser, eslint, eslint-config-moving-meadow, eslint-config-prettier, eslint-plugin-budapestian, eslint-plugin-import, query-string

v7.0.10

23 Sep 19:41
Compare
Choose a tag to compare

🔧 Maintenance

  • build(npm): ⬆️ ajv, dependency-cruiser, eslint, eslint-plugin-unicorn, lint-staged, prettier, query-string, typescript, webpack

v7.0.8

14 Aug 20:08
Compare
Choose a tag to compare

🔧 Maintenance

  • chore: add CHANGELOG.md
  • build(npm): ⬆️ dependency-cruiser, eslint, eslint-config-moving-meadow, eslint-plugin-mocha, get-stream, mocha

v7.0.7

14 Aug 19:41
Compare
Choose a tag to compare

🔧 Maintenance

  • build(npm): ⬆️ commander, dependency-cruiser, eslint, eslint-plugin-unicorn, mocha, tslint, typescript, webpack
  • build(prod): add site map
  • build(prod): add site verification
  • style(config): prettier
  • chore(ci): update travis config to use node 14
  • chore(ci): update dc config

TR-707