Releases: sverweij/state-machine-cat
Releases · sverweij/state-machine-cat
v6.0.4
v6.0.3
- bugfix(site): add noreferrer noopener to all links (#109)
- build(npm): ⬆️ ajv, dependency-cruiser, eslint-plugin-mocha, lint-staged, mocha, query-string, typescript, webpack, webpack-cli
- chore(build): simplify the dependency-graph generation setup (#110)
- chore(doc): add higher level dependency graphs (#106)
v6.0.0
- feature(report): remove html output format (#102) (BREAKING)
- feature(render): remove xmi support (#101) (BREAKING)
- bugfix(site): copy all examples to public on (gitlab) pages publish
- feature(site): add social media tags (#103)
- doc(*): add a vector variant of the dependency graph
- ci(lint): also use eslint caching in lint-staged
breaking change: remove html output format
- impact: none if you weren't using the html table format (which is likely according to my stats).
- why: see #102
- If you were using it, please get in touch.
breaking change: remove xmi output format
- impact: none if you weren't using the xmi output format (which is likely, according to my stats).
- why: see #101 and the documentation
- If you were using it you can still use version 5 (cli only).
v5.4.2
v5.4.1
v5.4.0
- bugfix(dot): improve rendition of self-transtions on states that are composite and have a parent (#97)
- feature(*): add internal/ external distinction to transitions (#96)
- bugfix(doc): deprecate xmi as an output format (#94)
- doc(site): rehash the samples a bit (#93)
- doc(README): add examples to the types table + typo corrections (#92)
- build(npm): ⬆️ dependency-cruiser, eslint, eslint-plugin-import, fast-xml-parser