Releases: modesty/pdf2json
Releases · modesty/pdf2json
Stable build v3.1.2
- add conditional export for both esm and cjs,
- remove unused dev dependency
- more tests
Stable build v3.1.1
This v3.1.1 release replaces pdf2json@3.1.0.
- output to both esm and commonJS bundles and source map with rollup
- bundle outputs directory: ./dist
- note: previous pdfparser.cjs from root is moved to ./dist/pdfparser.cjs
- note: previous output bundles are now minified
- note: previous vows tests are removed, test suits are rewritten in Jest, currently 23 test cases
- note: npm build is required to run command line, output from build step is not tracked by git
- more README.md updates and type corrections, thanks @gladykov @mkrishnan-codes
- add env option to disable debugging logs, thanks @AyresMonteiro
Stable build v3.0.5
- Add more exported types for TypeScript & update pdfparser.d.ts. thanks to @adufr and @tuffstuff9
- Add JSDocs to pdfparser.js, thanks to @nql5161
- Add rollup for better ES module and commonJS handling, thanks to @isimisi
- Issue #313 : enhance parsebuffer logging with default level, thanks to @nql5161
Stable Build v3.0.4
- issue #296: correct bin value with .js file extension
- make v3.0.4 the latest in npm
Stable build v2.0.2
release/version2 branch: patch security issues in 2.x line. issue #300
Stable build v3.0.3
Enhancement:
- Issue #278: add initial Typescript typings
Stable Build v3.0.2
Stable build v3.0.1
dependency update xmldom
Stable build v3.0.0: ES Module
Breaking changes: converted commonJS to ES Module, see README for details
plus dependency upgrade for security patch and other minor bug fixes
Stable Build v2.0.1
Patch release, fix value of checkbox and add support for signature field.
- Better exception handling, including empty page exception. Report exception error via event and avoid crash
- Add checked value to checkboxes. thanks @andrewinge
- Add signature field type and fixed NO_OPS_RANGE. thanks @cmmcneill