Releases: simonhaenisch/md-to-pdf
Releases · simonhaenisch/md-to-pdf
4.0.1
4.0.0
4.0.0 (2021-07-01)
⚠ BREAKING CHANGES
- upgrade dependencies (738029c), closes #87
puppeteer@10
drops node 10 support which is why the required engine is now node >= 12.0.- The minimum required
puppeteer
version is now 8.0.0 because it ships its own interfaces with some breaking changes. highlight.js@11
has some breaking changes that might affect PDF output slightly.
3.3.2
3.3.1
No changes, just updated a lot of dependencies.
3.3.0
3.2.1
The new page-media-type config option had incorrect case, it's now page_media_type
so that the CLI flag --page-media-type
will actually work.
3.2.0
This release had an issue with the new option that was introduced and was not actually published to npm.
Adds a new pageMediaType
option (or --page-media-type
flag) that can either be screen
(default) or print
, if you want to use print styles.
3.1.2
Updates dependencies, including marked
which fixes a bug with emphasis when using asterisks. Thanks @petergardfjall for pointing that out!
3.1.1
Just updated dependencies.