Skip to content

Releases: simonhaenisch/md-to-pdf

5.2.4

04 Apr 18:13
Compare
Choose a tag to compare

5.2.4 (2023-04-04)

Bug Fixes

  • do not emit process title to stdout (#179) (de05e99)
    ... because of stdio mode. Thanks @ltvolks for the fix!

5.2.3

11 Mar 15:53
Compare
Choose a tag to compare

5.2.3 (2023-03-11)

Bug Fixes

  • regression from using .replaceAll which isn't available in Node 14 (018b52e)

5.2.2

11 Mar 15:52
Compare
Choose a tag to compare

5.2.2 (2023-03-11)

Bug Fixes

  • generation of relative pathname in the browser (90a1aaa), closes #150

5.2.1

18 Dec 06:04
Compare
Choose a tag to compare

5.2.1 (2022-12-18)

Bug Fixes

  • create one browser instance per programmatic API call (eb86ef0), closes #146
    (this fixes a problem with the browser instance not closing when using the programmatic API which would cause the process to hang)

5.2.0

06 Nov 21:13
Compare
Choose a tag to compare

5.2.0 (2022-11-06)

Performance

  • improve performance for concurrent conversions by re-using browser context (#141) (221821d)
    — thanks to @chamabreu for all the help!

Features

  • allow passing custom extensions to marked (#127) (d790b2b)

Bug Fixes

  • closeServer rejects when server.close has an error (7a4a142)

5.1.0

28 Jan 19:52
Compare
Choose a tag to compare

5.1.0 (2022-01-28)

Features

5.0.2

21 Jan 20:21
Compare
Choose a tag to compare

5.0.2 (2022-01-21)

Bug Fixes

5.0.1

17 Nov 10:56
Compare
Choose a tag to compare

5.0.1 (2021-11-17)

Bug Fixes

  • remove !important from code-block bg color (01ab732), closes #103

5.0.0

24 Sep 09:55
Compare
Choose a tag to compare

v4.1.0...v5.0.0

⚠ BREAKING CHANGES

  • If you previously used JavaScript in front-matter, you'll now have to set --gray-matter-options 'null' (or gray_matter_options: undefined) to overwrite the new default options that disable the JS engine.

Bug Fixes

  • disable JS engine for front-matter by default to prevent RCE (a716259), closes #99

4.1.0

23 Sep 16:43
Compare
Choose a tag to compare

v4.0.1...v4.1.0

Features

  • add the option to set the document title (#100) (519fbc9)