Skip to content

Stable build v3.1.1

Compare
Choose a tag to compare
@modesty modesty released this 01 May 01:18
· 22 commits to master since this release
3c703fe

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