Skip to content

Commit

Permalink
Bump PDFKit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanaelA committed Dec 27, 2024
1 parent 9b5d8be commit 53ba10c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@ x.x.x - [2015/03/18] - Added ability to Import PDF's
1.4.1 - FR: Fix a corner case where monkey patching could occur multiple times, update require('fs') to require('node:fs')
1.4.2 - FR(G): Added esm directory.
1.4.3 - Fix npm packaging (missing generator directory)
1.4.4 - Update to PDFKit 0.14.0 to solve security issue with CryptJS (v0.15.x has a regression)

Breaking changes or API inconsistencies:
In v0.1.2 bandField functionality was removed. This "feature" didn't make sense since simple detail abilities
are now supported which are much more powerful, and those still needing bandField like ability can easily
emulate it in their own code by creating a array and pushing the fields to it before calling band with it...
emulate it in their own code by creating a array and pushing the fields to it before calling band with it.
In v1.0.0 parent & current Headers now have the ability to be printed only ONCE (old behavior), On all new Pages
(new default for the current header), and Always.
In v1.0.0 when print(['hi','','testing']) the old code would ignore the '' in the middle of the array so you
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@
"url": "https://github.com/Nathanaela/fluentreports/issues"
},
"dependencies": {
"pdfkit": "0.13.0"
"pdfkit": "0.14.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Nathanaela/fluentreports.git"
},
"main": "./lib/fluentReports.js",
"version": "1.4.3",
"version": "1.4.4",
"engines": {
"node": "*"
},
Expand Down

0 comments on commit 53ba10c

Please sign in to comment.