Skip to content

Releases: mscgenjs/mscgenjs-cli

1.4.3

15 Jul 20:32
Compare
Choose a tag to compare
  • Fixes #14
  • Upgrades dependencies (a.o. mscgenjs)

All changes since 1.4.2: 1.4.2...1.4.3

1.4.2

29 Jun 15:52
Compare
Choose a tag to compare

All changes since 1.4.1: 1.4.1...1.4.2

1.4.1

19 Jun 16:24
Compare
Choose a tag to compare
  • Upgrades to mscgenjs 1.4.1 which introduces fenced css (useful if you're using mscgenjs-cli for emitting svg) and 'mirror entities on bottom - see mscgenjs-core release 1.4.1 for more information
  • To enable the new 'mirror entities on bottom' render option in the mscgenjs library, the mscgenjs-cli grew a new command line option: -m (--mirror-entities). Simply add it to the other options to get a chart with entities rendered at the bottom:
mscgenjs --mirror-entities --output-to awesomesauce.svg my-awesomesauce.mscgen

All changes: 1.4.0...1.4.1

1.4.0

08 Jun 17:40
Compare
Choose a tag to compare
  • upgrades (a.o.) mscgenjs - see the release notes over there for more details

All changes: 1.3.12...1.4.0

1.3.12

21 May 10:04
Compare
Choose a tag to compare

technical release

  • ⬆️ several dependencies (a.o. mscgenjs)
  • re-enables nsp in the build matrix now insecure dependencies are removed (madge & codecov.io)
  • Now uses eslint for linting & style checking instead of jshint + jscs

All changes: 1.3.11...1.3.12

1.3.11

24 Apr 17:46
Compare
Choose a tag to compare
  • describe the 'additional styles' option in the readme
  • small bug fixes
  • dependency updates (a.o. mscgenjs 1.3.5 => 1.3.6)

All changes: 1.3.10...1.3.11

1.3.10

10 Apr 17:11
Compare
Choose a tag to compare
  • Adds an experimental -s/ --css parameter that enables users to override the default styles used in the generated svg - using the new-fangled parameter for this in mscgenjs-core 1.3.5.
  • Dependency updates

All changes: 1.3.9...1.3.10

1.3.9

29 Mar 18:53
Compare
Choose a tag to compare
  • Updates mscgenjs(-core) to version 1.3.4 (1.3.2 had a (dev-)dependency on a (dev-)dependency on another package which was unpublished from the npm repo :-/) - see mscgenjs-core 1.3.4 release notes for details

All changes: 1.3.8...1.3.9

1.3.6

28 Feb 19:54
Compare
Choose a tag to compare
  • un-shrinkwrap - it caused installation problems with module dependencies in node 4 (exactly the type of problems you'd want to prevent when using shrink-wrapping). Closes #12

1.3.5

27 Feb 09:33
Compare
Choose a tag to compare
  • Upgrades to mscgenjs-core 1.3.0, which includes the width=auto feature - see the release notes from there for details
  • Changes to handle conversion of 'autoscaling' svgs to raster graphics
  • The package is now 'shrink-wrapped' to prevent surprises with dependencies.

All changes: 1.3.4...1.3.5