Skip to content

Releases: Sparticuz/node-qpdf2

v6.0.0

19 Oct 18:23
Compare
Choose a tag to compare

What's Changed

Breaking

  • Drop Node 14 support

Full Changelog: v5.1.0...v6.0.0

v5.1.0

14 Apr 12:40
Compare
Choose a tag to compare

What's Changed

Full Changelog: v5.0.0...v5.1.0

v5.0.0

08 Feb 20:46
Compare
Choose a tag to compare

What's Changed

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

v4.1.0

06 Jan 14:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.0.2...v4.1.0

v4.0.2

19 Sep 19:21
Compare
Choose a tag to compare

Keeps comments in the distributable code in order to keep jsdoc

Full Changelog: v4.0.1...v4.0.2

v4.0.1

19 Sep 17:59
Compare
Choose a tag to compare

Cleanup npm release

Full Changelog: v4.0.0...v4.0.1

v4.0.0

19 Sep 17:58
Compare
Choose a tag to compare

Breaking changes:

  • No longer export a default object in index.ts
  • Require qpdf 11+
  • Might also be breaking because if there is no password specified in decrypt.ts, it no longer pushes the --password="" argument

What's Changed

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

v3.0.0

29 Jul 17:05
Compare
Choose a tag to compare

What's Changed

Breaking Changes

  • Drop Node 10 and 12

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

v2.0.0

14 Sep 17:28
Compare
Choose a tag to compare

This version refactors the input and output objects.

Migration guide:
v1.x encrypt("test/example.pdf", { password: "1234" }, "encrypted.pdf")
v2.x encrypt({input: "test/example.pdf", password: "1234", output: "encrypted.pdf"})

v1.x decrypt("encrypted.pdf", "1234", "decrypted.pdf")
v2.x decrypt({input: "encrypted.pdf", password: "1234", output: "decrypted.pdf")

Please see the Encryption Interface and the Decryption Interface for more information

v1.4.0

11 Jan 14:40
Compare
Choose a tag to compare

Bug fix:

  • Space in file name