CHANGELOG.md
November 22, 2020 · View on GitHub
v3.1.1 (2020-11-14)
- #50 #48: Input file path is now correctly populated. (jonathan.thompson, schrodingersket)
v3.1.0 (2020-11-12)
Pull requests
- #49 #48: Added default arguments to
Inkscapeconstructor to explicitly … (jonathan.thompson) - #47 Upgrade eslint-config-standard to version 16.0.0 (depfu[bot])
- #46 Upgrade eslint-config-standard to version 15.0.0 (depfu[bot])
- #45 Upgrade prettier to version 2.1.0 (depfu[bot])
Commits to master
v3.0.0 (2020-08-11)
Pull requests
- #41 Port the module to inkscape 1.0 (Alex J Burke, Andreas Lind)
- #44 Upgrade eslint-plugin-mocha to version 8.0.0 (depfu[bot])
Commits to master
v2.1.0 (2020-07-22)
Pull requests
- #40 Upgrade eslint-plugin-mocha to version 7.0.0 (depfu[bot])
- #39 Upgrade eslint to version 7.0.0 (depfu[bot])
- #36 Upgrade sinon to version 9.0.0 (depfu[bot])
- #35 Upgrade mocha to version 7.0.0 (depfu[bot])
- #34 Upgrade eslint-plugin-node to version 11.0.0 (depfu[bot])
- #32 Upgrade nyc to version 15.0.0 (depfu[bot])
- #33 Upgrade sinon to version 8.0.1 (depfu[bot])
- #30 Upgrade eslint-plugin-node to version 10.0.0 (depfu[bot])
- #29 Upgrade eslint-plugin-mocha to version 6.1.0 (depfu[bot])
- #28 Upgrade eslint-config-standard to version 14.0.0 (depfu[bot])
- #25 Upgrade eslint-config-standard to version 13.0.1 (depfu[bot])
- #24 Upgrade eslint-config-prettier to version 6.0.0 (depfu[bot])
- #22 Upgrade eslint-config-prettier to version 5.0.0 (depfu[bot])
- #20 Upgrade async to version 3.0.0 (depfu[bot])
- #21 Upgrade unexpected-stream to version 4.0.0 (depfu[bot])
- #18 Upgrade nyc to version 14.0.0 (depfu[bot])
- #17 Upgrade mocha to version 6.0.0 (depfu[bot])
- #15 Upgrade sinon to version 7.0.0 (depfu[bot])
- #14 Upgrade unexpected-stream to version 3.0.0 (depfu[bot])
Commits to master
- Pass windowsHide:true to childProcess.spawn (Andreas Lind)
- Remove unnecessary env var in coverage script (Andreas Lind)
- Update Travis setup, run on node.js 12 and don't run lint on the others (Andreas Lind)
- prettier --write '**/*.{js,md}' (Andreas Lind)
- Also require prettier formatting for .md files (Andreas Lind)
- +14 more
v2.0.0 (2018-10-14)
Pull requests
- #12 Upgrade mocha to version 5.2.0 (depfu[bot])
- #13 Upgrade sinon to version 6.3.5 (depfu[bot])
Commits to master
- Update async to version 2.6.1 (depfu[bot])
- Fix indentation glitch in package.json (Andreas Lind)
- Use Buffer.from instead of new Buffer in test suite, avoiding deprecation warning (Andreas Lind)
- Fix unused require (Andreas Lind)
- eslint --fix . (Andreas Lind)
- +18 more
v1.2.0 (2017-11-07)
- Only add --without-gui when non --verb=... args are present (Andreas Lind)
- LICENSE: Fix author's name :) (Andreas Lind)
- package.json: Use a valid SPDX license identifier (Andreas Lind)
v1.1.1 (2017-04-27)
v1.1.0 (2016-12-03)
- Clean up, increase test coverage. (Andreas Lind)
- Correcting syntax errors (David Tekan)
- Adding input file to the end (David Tekan)
- Adding other parameters also (David Tekan)
- Extending the documentation with the import parameter (David Tekan)
- +2 more
v1.0.0 (2016-03-31)
- Implement destroy method, harden the code against leaking resources when errors occur. (Andreas Lind)
- .jshintrc: Disable es3 mode. (Andreas Lind)
- Fixed author's name :) (Andreas Lind)
- Add mocha.opts with a higher timeout. Hopefully this will fix the build. (Andreas Lind)
- Fixed the README badges. (Andreas Lind)
- +1 more
v0.0.5 (2014-05-28)
- Update mocha to 1.20.0 and unexpected to 3.2.0. (Andreas Lind Petersen)
- Avoid emitting the 'error' event more than once. (Andreas Lind Petersen)
- Expose the command line as a public property. (Andreas Lind Petersen)
- Replace expect.js with unexpected and update mocha. (Andreas Lind Petersen)
v0.0.4 (2014-03-24)
- Forward errors from the childProcess (such as ENOENT when the binary is missing) to the Inkscape instance. (Andreas Lind Petersen)
- package.json: Fixed typo in keywords. (Andreas Lind Petersen)
- package.json: Indent with 2 spaces. (Andreas Lind Petersen)
v0.0.3
- Release 0.0.3. (Andreas Lind Petersen)
- Fixed cleaning up of temporary files on disc. (Andreas Lind Petersen)
v0.0.2
- Release 0.0.2. (Andreas Lind Petersen)
- Improved error messages when inkscape doesn't produce an output file or exits with a non-zero exit code. (Andreas Lind Petersen)