Releases: unjs/unpdf
Releases · unjs/unpdf
v0.12.1
🐞 Bug Fixes
View changes on GitHub
v0.12.0
🚀 Features
- Log errors from PDF.js package - by @johannschopplich in #14 (86738)
- Upgrade PDF.js to v4.6.82 - by @johannschopplich (ecd8f)
View changes on GitHub
v0.11.0
🚨 Breaking Changes
- Remove deprecated
defineUnPDFConfig
- by @johannschopplich (9f53e)
🚀 Features
- Expose
createIsomorphicCanvasFactory
- by @johannschopplich (9c687) - Upgrade PDF.js to v4.0.379 - by @johannschopplich (55ca5)
- Improve
extractText
type - by @himself65 in #11 (477b2) - Updgrade PDF.js to v4.3 - by @johannschopplich in #13 (d1284)
🐞 Bug Fixes
- Export types from
pdfjs-dist
- by @eltigerchino in #7 (d651c) - Reduce whitespace to single space in extracted text - by @johannschopplich (58660)
- Extract text concatenation - by @pserrer1 in #12 (4664e)
View changes on GitHub
v0.10.1
🐞 Bug Fixes
- Return if PDFJS has been resolved - by @johannschopplich (77c8c)
- Pass canvas factory to doc proxy - by @johannschopplich in #4 (d7c3c)
View changes on GitHub
v0.10.0
🚨 Breaking Changes
- Remove deprecated
extractPDFText
fn - by @johannschopplich (61fb4) - Deprecate
defineUnPDFConfig
forconfigureUnPDF
- by @johannschopplich (014a6)
🐞 Bug Fixes
- Apply
useSystemFonts: true
by default - by @johannschopplich (02afd)
View changes on GitHub
v0.9.0
🚨 Breaking Changes
- Cloudflare worker support for PDF.js v4 top-level await - by @johannschopplich (470a7)
View changes on GitHub
v0.8.0
v0.7.1
🐞 Bug Fixes
- Lazy import for Node
canvas
dependency - by @johannschopplich (11f65)
View changes on GitHub
v0.7.0
🚨 Breaking Changes
- Rename
getImagesFromPage
toextractImages
- by @johannschopplich (eb2ea) - Rename
getPDFMeta
togetMeta
- by @johannschopplich (86ef7)
🚀 Features
- Keep browser support in serverless build - by @johannschopplich (49c3f)
renderPageAsImage
- by @johannschopplich (de4d0)
🐞 Bug Fixes
- Import types from PDF.js builds may differ - by @johannschopplich (f68ed)
- Get images from page return value - by @johannschopplich (fc3d7)
View changes on GitHub
v0.6.1
🐞 Bug Fixes
- Dist types path to PDF.js - by @johannschopplich (71cfe)
- Respect leading dot in import path - by @johannschopplich (46ccc)