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