Releases: simonhaenisch/md-to-pdf
Releases · simonhaenisch/md-to-pdf
3.0.1
3.0.0 🎉
⚠ BREAKING CHANGES
- The
--debug
flag has been removed. All errors are printed instead, in the hopes that giving the user every hint possible will help them get down to the root of their problem. Hopefully the error stacks don't confuse anyone. 🤓 - the CLI can't be invoked without specifying any input files anymore. To convert all files in a directory, use a shell glob instead (e. g.
md-to-pdf *.md
). It's now possible to read markdown fromstdin
(and output tostdout
). - The whole source code has been converted to Typescript. The minimum required node version has been increased to v10.0.0 (current LTS). It should still work with v8.3.0+ but the tests won't be able to run.
- The license has been changed to MIT.
Features
- output to stdout if input comes from stdin (73f8e0d)
- get rid of the --debug flag (94fb214), closes #54
- allow input from std in or shell globbing for multiple files (8051c42)
- auto-enable displayHeaderFooter if template is set (b3ac8d9), closes #59
- expose
--port
cli flag (1f22656) - merge v3 (#39) (20ca196)
- set process and xterm title (04b985e)
Bug Fixes
3.0.0-pre.0
3.0.0-pre.0 (2020-01-26)
⚠ BREAKING CHANGES
- the CLI can't be invoked without specifying any input files anymore. To convert all files in a directory, use a shell glob instead (e. g.
md-to-pdf *.md
). It's now possible to read markdown from stdin.
The whole source code has been converted to Typescript. The minimum required node version has been increased to v10.0.0 (current LTS). It should still work with v8.3.0+ but the tests won't be able to run.
The license has been changed to MIT.
Features
- allow input from std in or shell globbing for multiple files (8051c42)
- auto-enable displayHeaderFooter if template is set (b3ac8d9), closes #59
- expose
--port
cli flag (1f22656) - merge v3 (#39) (20ca196)
- set process and xterm title (04b985e)
Bug Fixes
2.8.2
- Doc improvements
- Upgrade Puppeteer to
2.0.0
2.8.1
Updates marked
and other dependencies.
2.8.0
2.7.0
2.6.4
2.6.3
Bug Fixes
2.6.1
This is just a patch to fix an issue that prevented the pdf_options
from being merged into the default options properly.
This had to be released as a minor + patch version bump (v2.6.1
instead of v2.5.1
) because standard-version accidentally bumped to v2.6.0
because the v2.5.0
tag was broken, and I had to re-publish it after trying to unpublish.