Releases: nbesli/pdf-merger-js
Releases · nbesli/pdf-merger-js
v5.1.2
17 Jun 21:26
Compare
Sorry, something went wrong.
No results found
de20f3f 5.1.2
a9abfc6 chore(deps-dev): bump braces from 3.0.2 to 3.0.3
4faf4a0 type definition file index.d.ts export modified to match default export used in index.js (Thanks to @dhunganabibek )
78b8e8c chore: improve README
v5.1.1
27 Jan 14:00
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
feat: add reset function (#111 )
v4.2.1
21 Mar 16:41
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v4.1.2
13 Oct 09:03
Compare
Sorry, something went wrong.
No results found
v4.1.1
13 Sep 18:40
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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