Releases: elliotblackburn/mdpdf
3.0.3
Minor dependency updates and a new docker image!
What's Changed
- Add a basic Dockerfile by @PeterDaveHello in #179
New Contributors
- @PeterDaveHello made their first contribution in #179
Full Changelog: 3.0.2...3.0.3
3.0.2
3.0.1
Actually upgrade puppeteer... damn I suck.
3.0.0 - Puppeteer upgrade
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
- Bump lodash from 4.17.15 to 4.17.19 by @dependabot in #94
- Bump y18n from 4.0.0 to 4.0.1 by @dependabot in #98
- Bump handlebars from 4.7.6 to 4.7.7 by @dependabot in #101
- Bump lodash from 4.17.19 to 4.17.21 by @dependabot in #102
- Bump hosted-git-info from 2.8.5 to 2.8.9 by @dependabot in #103
- Bump ws from 6.2.1 to 6.2.2 by @dependabot in #106
- Npm: Update handlebars to a non-vulnerable version by @rodrigobdz in #104
- Bump highlight.js from 9.18.1 to 9.18.5 by @dependabot in #95
- change networkIdle2 to networkIdle0 to fix some broken images by @nopeless in #118
- Bump ansi-regex from 3.0.0 to 3.0.1 by @dependabot in #122
- Bump path-parse from 1.0.6 to 1.0.7 by @dependabot in #121
- Cleanup project by @jooola in #82
- use concurrent file reading and flatten structure by @nopeless in #120
- Bump bluebird from 3.5.0 to 3.7.2 by @dependabot in #125
- Bump showdown-emoji from 1.0.4 to 3.0.0 by @dependabot in #126
- Bump should from 11.2.1 to 13.2.3 by @dependabot in #132
- Bump showdown from 1.9.1 to 2.1.0 by @dependabot in #134
New Contributors
- @rodrigobdz made their first contribution in #104
- @nopeless made their first contribution in #118
Full Changelog: 2.1.2...3.0.0
2.1.1
- Enable debug html output to be sent to a different drive on nix systems
Additional cli flags
Changes:
- Add --gh-style flag to apply github styles as base when supplying
custom styles.
Automated package publishing
This introduces automatic package publishing with no changes since 2.0.6
Important security update and bug fixes
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
mdpdf 2.0.1 release
2.0.0 Puppeteer release
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.