3.1.0 (2022-01-30)
- Support JPG and PDF as additional output formats (5e67b16)
3.0.0 (2022-01-30)
- Upgrade dependencies (7ab6b54)
- The minimum version of Node.js is 12 instead of 8. The
commander
dependency requires at least that version. - The command line parameter to set the image height is
-H, --height
. Theh
conflicted with the-h, --help
option.
Dropped support of Node.js 6
Dropped support of Node.js 4
Enable automatic versioning by semantic-release
Add support for the #import directive
Swith the nomnoml dependency from my fork to the upstream
Return exit code 1 in case of failure
Update dependencies
Update dependencies
Add --format to be able to select between PNG and SVG (thanks, Emanuele Aina)
Upgrade to Grunt 1.x
Upgrade development dependencies, fix e-mail, update copyright year
Upgrade development dependencies, test with the latest prantlf/nomnoml#combined
Fix code coverage computation
Add the resultType
option and tests
Improve the documentation
Initial release