Skip to content

Releases: simonhaenisch/md-to-pdf

4.0.1

30 Aug 15:13
Compare
Choose a tag to compare

4.0.1 (2021-08-30)

Bug Fixes

4.0.0

02 Jul 11:03
Compare
Choose a tag to compare

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

09 Apr 21:25
Compare
Choose a tag to compare

3.3.2 (2021-04-09)

Bug Fixes

  • inject styles and scripts in given order (e1b6003)

3.3.1

25 Feb 11:27
Compare
Choose a tag to compare

No changes, just updated a lot of dependencies.

3.3.0

22 Feb 16:40
Compare
Choose a tag to compare

3.3.0 (2021-02-22)

Features

  • cli: expose watchOptions (9a68f5f), closes #84
  • new script config option to inject scripts, mathjax test (c8628a4)

Special thanks to @MangelMaxime for his support with debugging the chokidar watching issues on Windows!

3.2.1

16 Dec 09:56
Compare
Choose a tag to compare

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

16 Dec 09:51
Compare
Choose a tag to compare

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

06 Nov 13:45
Compare
Choose a tag to compare

Updates dependencies, including marked which fixes a bug with emphasis when using asterisks. Thanks @petergardfjall for pointing that out!

3.1.1

06 Nov 13:44
Compare
Choose a tag to compare

Just updated dependencies.

3.1.0

18 Apr 18:10
Compare
Choose a tag to compare

v3.0.1...v3.1.0

Features