Skip to content

Releases: hausgold/pdfgen

Release 1.5.0

21 Oct 11:13
0eabb3e
Compare
Choose a tag to compare
  • Upgraded to puppeteer 19.0.0 (10.1.0 previous)
  • Upgraded from Node.js 14-16 to 16 and 18 (16 is the new minimum)

Release 1.4.1

21 Oct 11:13
a11b949
Compare
Choose a tag to compare
  • No code updates, just updated the readme/docs

Release 1.4.0

21 Oct 11:13
436f32d
Compare
Choose a tag to compare
  • Upgraded to puppeteer 10.1.0 (1.14.0 previous)
  • Upgraded from Node.js 8-11 to 14 and 16 (14 is the new minimum)

Release 1.3.0

10 Apr 13:02
581a539
Compare
Choose a tag to compare
  • Upgraded to puppeteer 1.14.0 (1.1.0 previous)
  • Added the --header option to set additional headers for the main request

Release 1.2.0

20 Feb 13:52
1.2.0
58d04b5
Compare
Choose a tag to compare
  • Upgraded to puppeteer 1.1.0 (1.0.0 previous)

Release 1.1.0

19 Feb 18:02
1.1.0
590d213
Compare
Choose a tag to compare
  • Upgraded to puppeteer 1.0.0 (0.10.2 previous)
  • Added support for the header and footer templates
  • The new navigation wait mechanism was used (load, domcontentloaded,
    networkidle2)
  • The --network-timeout option was deprecated in favor of --delay
  • A new --timeout specifies now the overall navigation timeout (page load)
  • The media type now defaults to nothing, to overcome some Chromium gliches
    (pdf's look like the 1.0 ones)
  • A new general --margin was added, all specific directions falls back to
    this value
  • All commandline options now have a short version (-h)
  • The error handling was improved, we do not print usage hints on
    errors anymore

Release 1.0.4

10 Nov 15:47
1.0.4
e9bef8f
Compare
Choose a tag to compare
  • Added a post installation hook to fix the local Chromium file permissions
    (downloaded and installed by puppeteer) This adds file permissions for
    read and execute for group and others. With the new fixup script the
    pdfgen utility should work flawless when installed by root and used
    by a regular user.

Release 1.0.3

10 Nov 12:08
1.0.3
85441db
Compare
Choose a tag to compare
  • Moved the millis dev dependency to non-dev list
    This fix the pdfgen utility usage on production installations.
  • Make use of the travis_retry utility to stabilize CI builds

Release 1.0.2

10 Nov 11:59
1.0.2
9007b61
Compare
Choose a tag to compare
  • Corrected the pdfgen binary configuration on the package.json
    This should fix the npm install -g pdfgen command.

Release 1.0.1

09 Nov 17:08
1.0.1
320f1e7
Compare
Choose a tag to compare
  • Updated the license on the package.json