Releases: mscgenjs/mscgenjs-cli
Releases · mscgenjs/mscgenjs-cli
v2.1.0
- 🐣 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
v2.0.0
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
1.9.10
- ⬆️ 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
1.5.2
- 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
- ⬆️ mscgenjs to 1.5.1 see the release notes over there for details.
- ⬆️ several development dependencies
Detailed overview: 1.5.0...1.5.1
1.5.0
- ⬆️ mscgenjs 1.5.0
- Adds 'fountainpen' as a valid style
All changes: 1.4.4...1.5.0
1.4.4
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