We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8d69ed commit 7737f23Copy full SHA for 7737f23
2 files changed
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## Unreleased
+## 0.3.6 - 2026-03-10
4
5
- Added `setUrlAccessPolicy()` for defining a custom access policy for external URLs before download
6
(addresses a potential server vulnerability **CVE-2026-26801**)
package.json
{
"name": "pdfmake",
- "version": "0.3.5",
+ "version": "0.3.6",
"description": "Client/server side PDF printing in pure JavaScript",
"main": "js/index.js",
"esnext": "src/index.js",
0 commit comments