Releases: modesty/pdf2json
Releases · modesty/pdf2json
Stable Build v3.1.4
Stable build v3.1.3
- eslint is configured and enabled
- typescript: configured and part of build
- typescript: updated pdfparser.d.ts with more types
- typescript: previous lib/p2jcmd*.js are replaced with src/cli/p2jcli*.ts
- maint: previous root/pdf2json.js is removed, favor bin/pdf2json.js
- tests: Jest test's Page content are validated with test/data/xxx.json
- error and exception handling: address the following issues and also added associated test PDFs:
** ENOENT: no such file or directory, open '/var/task/../package.json' #343
** Node.js Server got stuck when parsing specific PDF while it is working for other PDFs #321
** TypeError: Cannot read property 'free' of undefined #318
** parserError: 'bad XRef entry' #277
** params.get is not a function #262
** Error: Requesting object that isn't resolved yet #255
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 [email protected].
- 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
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