Skip to content

Releases: mscgenjs/mscgenjs-cli

v2.1.0

16 Mar 11:32
Compare
Choose a tag to compare
  • 🐣 adds a command line option to pass parameters to puppeteer,
    which is sometimes needed to be able to run chrome headless/ puppeteeer (and hence mscgenjs-cli) to run - thanks to @kjdev for reporting the issue and the (very!) clear explanation (issue #21, PR #23).
  • 🐛 when graphics rendering fails mscgenjs-cli now emits the root cause of the error, instead of a generic one (PR #24)
  • 💅 improves layout of --help on msdos (and on cramped terminals on other platforms)

v2.0.5

10 Mar 10:49
Compare
Choose a tag to compare
  • ⬆️ commander, @types/node, @types/pify, @types/puppeteer, dependency-cruiser, mocha

v2.0.0

04 Feb 20:52
Compare
Choose a tag to compare

By switching from phantomjs to chrome-headless - (#19):

  • 🐣 makes mscgenjs-cli run on windows
  • 🐛 makes the fountain pen named style renderable
  • 🚀 runs ~2x faster

Also:

  • ⚡️BREAKING CHANGE: de-support for node 4 (hence the major version bump). Main reason is the puppeteer library mscgenjs-cli uses to connect to chrome-headless doesn't even install in node 4.
  • ⬆️ mscgenjs (to a version that contains type definitions)

1.9.11

28 Mar 19:53
Compare
Choose a tag to compare
  • ⬆️ mscgenjs to 1.9.11 - which implements some workarounds so the generated svg's work better in internet explorer 11 and up

1.9.10

26 Mar 17:29
Compare
Choose a tag to compare
  • ⬆️ mscgenjs

The upgrade to mscgenjs 1.9.10 fixes:

  • Links in generated svg's now also work in Chrome and internet explorer (there's a bug/ feature in those browsers mscgenjs now neatly circumvents).
  • Links open in same window (which is what you would expect in the first place) instead of in a new one.
  • A bug where the width option was not taken into account anymore..

Generated svg's are now smaller and simpler as well.

Read more in sverweij/mscgen_js#244

1.7.0

19 Jan 22:14
Compare
Choose a tag to compare
  • 🐣 exposes the mscgenjs 1.7.0 experimental option to influence the vertial alignment of texts on (regular only) arcs
  • ⬆️ mscgenjs and a few development dependencies

1.5.2

01 Oct 10:21
Compare
Choose a tag to compare
  • moves the repository to the 'mscgenjs' organization
  • ⬆️ mscgenjs to 1.521 see the release notes over there for details.
  • ⬆️ several development dependencies

Detailed overview: 1.5.1...1.5.2

1.5.1

02 Sep 18:58
Compare
Choose a tag to compare

Detailed overview: 1.5.0...1.5.1

1.5.0

09 Aug 20:35
Compare
Choose a tag to compare
  • ⬆️ mscgenjs 1.5.0
  • Adds 'fountainpen' as a valid style

All changes: 1.4.4...1.5.0

1.4.4

04 Aug 04:53
Compare
Choose a tag to compare

An out-of-rhythm release to upgrade phantomjs-prebuilt to version 2.1.10. The 2.1.7 version used hitherto had a security vulnerability which is fixed in version 2.1.8 (of 26JULY) and later.

It also includes some features that have become production ready in the mean time:

  • Improves error handling so error-messages (1) show up more often when
    something went wrong (2) contain something human parseable more often.
  • package.json now excludes msdos & derivatives ('win32') as a
    supported platform - this is until #5 is solved.

All changes since 1.4.3: 1.4.3...1.4.4