Skip to content

Releases: dpobel/metalsmith-pdfize

v5.0.0

15 Nov 21:48
Compare
Choose a tag to compare

What's Changed

  • chore(deps): bump async from 3.2.5 to 3.2.6
  • chore(deps): bump puppeteer from 21.6.1 to 23.6.1
  • chore: drop support for Node < 20

Full Changelog: v4.0.0...v5.0.0

4.0.0

30 Dec 10:17
Compare
Choose a tag to compare

What's Changed

  • [Beaking] Drop node 14 and 16 support
  • Add node 20 support
  • Update puppeteer from 13.7.0 to 21.6.1
  • [Breaking] Remove multimatch to use metalsmith.match(). As a result, at least Metalsmith 2.4.0 is required to use this plugin. metalsmith.match() uses micromatch behind the scene, in most cases this should be transparent unless you were using patterns only supported by multimatch.

Full Changelog: v3.0.0...v4.0.0

3.0.0

26 May 12:41
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.5.0...v3.0.0

2.5.0

26 May 12:26
Compare
Choose a tag to compare
  • Update puppeteer to 13.7
  • Add launchOptions options (thanks @depuits for the contribution)

2.3.1

08 May 21:52
Compare
Choose a tag to compare
  • update lodash to avoid security audit issue

2.3.0

01 May 09:18
Compare
Choose a tag to compare
  • Upgrade puppeteer to 9

2.2.0

08 Nov 16:57
Compare
Choose a tag to compare
  • Updated Puppeteer to 5.4.1

v2.1.0

28 Sep 08:46
Compare
Choose a tag to compare
  • Updated puppeteer to 5.3.1
  • Added a functional test to ease future dependencies updates

v2.0.0

29 Apr 21:34
Compare
Choose a tag to compare
  • Upgrade puppeteer to version 3
  • Require Node 12 or more