Skip to content

Releases: BlueHatbRit/mdpdf

3.0.3

17 May 14:51
Compare
Choose a tag to compare

Minor dependency updates and a new docker image!

What's Changed

New Contributors

Full Changelog: 3.0.2...3.0.3

3.0.2

28 Dec 19:23
Compare
Choose a tag to compare
  • Dependency upgrades, bringing security fixes
  • Modernised codebase to es6 standard
  • Minor improvements to documentation
  • New default for github styled paragraph breaks #141

3.0.1

29 Jun 14:33
3.0.1
b09263c
Compare
Choose a tag to compare

Actually upgrade puppeteer... damn I suck.

3.0.0 - Puppeteer upgrade

29 Jun 14:16
3.0.0
48c5016
Compare
Choose a tag to compare

3.0.0

This is listed as a major upgrade because it comes with a significant upgrade to Puppeteer which is used to render the pdf output. We want to make sure people take this upgrade intentionally instead of accidentally in case there's a difference that our testing hasn't turned up.

Aside from Puppeteer, this release is only minor bug fixes and security updates, see below for details.

What's Changed

New Contributors

Full Changelog: 2.1.2...3.0.0

2.1.1

10 Mar 11:34
Compare
Choose a tag to compare
  • Enable debug html output to be sent to a different drive on nix systems

Additional cli flags

08 Jan 14:10
Compare
Choose a tag to compare

Changes:

  • Add --gh-style flag to apply github styles as base when supplying
    custom styles.

Automated package publishing

26 Nov 14:26
Compare
Choose a tag to compare

This introduces automatic package publishing with no changes since 2.0.6

Important security update and bug fixes

26 Nov 13:26
Compare
Choose a tag to compare

The changes are pretty thin with 2.0.6, however I'd suggest updating as there are some high severity security updates.

Changes

  • Update handlebars - for major security update see: 33aa0ea
  • Update puppeteer
  • Update mocha
  • Fix orientation flag
  • Changes to CI

2.0.1 - Dependency updates

19 Jan 21:44
2.0.1
Compare
Choose a tag to compare
mdpdf 2.0.1 release

2.0.0 Puppeteer release

19 Jan 21:20
2.0.0
Compare
Choose a tag to compare

Replace original render engine (html-pdf) which used the deprecated PhantomJS with Chrome's Puppeteer project.

This introduces a number of changes to headers and footers denoted in the readme.