Skip to content

Releases: nbesli/pdf-merger-js

v5.1.1

27 Jan 14:00
Compare
Choose a tag to compare
  • 064383a fix: do not use fs-extra in cli
  • 585f3b3 chore: remove no longer needed node-fetch
  • 07b55af feat(#72): provide command line interface
  • af96727 fix: throw error if URL is provided but fetch is not available
  • 8bca3b7 fix: Blob might be undefined
  • 2192931 test: add tests for valid input formats
  • ac75816 docs: add contributors to copyright
  • 5623a60 feat: adopt typescript declarations to new implementation
  • bcef7f4 refactor: use helper function to parse pages string
  • 6d3636c refactor: use common PDFMergerBase class for common functionality

v5.0.0

26 Dec 15:25
Compare
Choose a tag to compare
  • b812832 doc: add a legacy note for the new used module standard
  • 0e54c29 ci: add node 20.x tests
  • 49a17e1 feat: switch from CommonJS to ESM

v4.3.1

26 Dec 15:24
Compare
Choose a tag to compare
  • ed5da76 ci: add node 18.x tests
  • fa07f93 test(#88): add test for encrypted pdfs in browser version (#120)
  • 7a6a80e fix(#88): add support for encrypted pdfs in browser version (#120)
  • 390829b chore(deps): update dev-dependencies
  • 2fbc9a2 chore(deps-dev): bump word-wrap from 1.2.3 to 1.2.4
  • 24b9a60 chore(deps): bump tough-cookie from 4.1.2 to 4.1.3
  • 6736492 fix: replace window for globalThis

v4.3.0

21 Mar 16:43
Compare
Choose a tag to compare
  • feat: add reset function (#111)

v4.2.1

21 Mar 16:41
Compare
Choose a tag to compare
  • chore(deps): update dev-dependencies
  • chore(deps): bump json5 from 1.0.1 to 1.0.2 (#107)
  • chore(deps): bump ansi-regex from 5.0.0 to 5.0.1 (#103)
  • remove node 12.x tests

v4.2.0

09 Dec 22:15
Compare
Choose a tag to compare

v4.1.2

13 Oct 09:03
Compare
Choose a tag to compare

v4.1.1

13 Sep 18:40
Compare
Choose a tag to compare
  • docs: improve docs to show export functions
  • fix: remove usage of node Buffer on browser version (ths to @davbrito)
  • test: test also on node version 16

v4.1.0

26 Aug 23:27
Compare
Choose a tag to compare
  • faac7dc feat: set producer and creation date
  • 1c89f49 test(ci): run tests for node v12, v14 and v16
  • cdc49ba fix(#93): saveAsBuffer should return a Buffer
  • 8fac4f9 refactor: use pdf-lib's saveAsBase64 to gen dataUri

v4.0.1

26 Aug 00:39
Compare
Choose a tag to compare
  • 5ff74f7 doc: minor doc improvements for #89
  • 1b9900e fix(#88): git ignore fixtures/tmp
  • b721418 fix : Invalid parameter with single page number as plain numbers.
  • 89d6856 fix: Invalid parameter with single page number as string.
  • da8993d fix(#88): add support for encrypted pdfs