Skip to content

Releases: nbesli/pdf-merger-js

v4.0.0

12 Aug 00:52
Compare
Choose a tag to compare

BREAKING CHANGE

  • ⚠️ Switch from pdfjs to pdf-lib.
    If you want to continue useing pdfjs please stick with v3 release.
  • ⚠️ The add function is now also async!
  • This following issues should be fixed now:
    • #42 Merge Compressed PDF gives error
    • #64 Merge Pdf not merging again with other pdf
    • #31 Merged result PDF file is 3x bigger than expected

v3.4.0

21 Feb 14:32
Compare
Choose a tag to compare
  • 235e97b update dependencies
  • b8e7d27 Include passthrough of pdfjs options

v3.3.0

19 Jan 18:58
Compare
Choose a tag to compare
  • 2c7ae7f add 'browser' field to package
  • b991a6a, 21a5a89, 2ee92b4 update dependencies
  • ca9fc24 Remove race condition from React example, refs #62
  • 7cc00a5 feat: [browser] add support for http, https, about, blob, data, file (#54)
  • 2409839 chore: update browser types
  • 91e16e9 Remove unnecessary console statements
  • 62e4256 Add type declaration for pdf-merger-js/browser

v3.2.1

01 Aug 09:46
Compare
Choose a tag to compare
  • 3374c79 update dependencies
  • 3392f61 Improve Performance by not reloading inputFile multiple times (#57)

v3.2.0

27 Jul 08:07
Compare
Choose a tag to compare
  • 9c778ac Create Browser compatible version with Promises and FileReader (#51), implements #17
  • 5d20316 update pdfjs to 2.4.3
  • e651e49 Bump ws from 7.4.3 to 7.5.3
  • 4508e89 Bump glob-parent from 5.1.1 to 5.1.2
  • ef2d284 Bump browserslist from 4.16.3 to 4.16.6
  • 58149bf Bump hosted-git-info from 2.8.8 to 2.8.9
  • e1f288e Bump lodash from 4.17.19 to 4.17.21

v3.1.0

26 Feb 21:07
9b5ff0d
Compare
Choose a tag to compare
  • update dependencies
  • fix: allow multiple merges after another (#29)
  • feat: allow output directly to buffer (#39)