node-poppler

Asynchronous node.js wrapper for the Poppler PDF rendering library

MIT License

Downloads
48.3K
Stars
176
Committers
11

Bot releases are visible (Hide)

node-poppler - v6.0.2

Published by github-actions[bot] almost 2 years ago

6.0.2 (2022-10-25)

Miscellaneous

Continuous Integration

  • cd: gen typescript definitions before publishing (e655c6a)
  • cd: remove dev values from package.json (692480e)

Dependencies

  • deps-dev: bump dev dependencies (c8c0de7)
node-poppler - v6.0.1

Published by github-actions[bot] about 2 years ago

6.0.1 (2022-10-03)

Documentation

  • readme: remove redundant statement (d96a75c)
  • use shorter urls; remove yarn install guidance (f06e113)

Miscellaneous

  • .husky: shell path and arg updates (#440) (ce43cdf)
  • .npmignore: reduce entries (d297f0f)
  • .vscode/extensions: remove unmaintained extension (a5e1bdf)
  • *.ignore: add clinicjs directory (b9d984e)
  • import destructuring (#446) (5cc8089)
  • index: remove empty jsdoc tag lines (e1ef6aa)
  • LICENSE: remove trailing whitespace (adb48c2)
  • prefer object destructuring (b7efc38)
  • test_resources: compress test documents (#444) (ce5e446)

Dependencies

  • deps-dev: bump dev dependencies (ff4118b)
  • deps-dev: bump eslint-plugin-jest from 26.9.0 to 27.0.1 (#443) (2e74377)
  • deps-dev: bump jest from 28.1.3 to 29.0.1 (#442) (88caf42)
node-poppler - v6.0.0

Published by github-actions[bot] about 2 years ago

6.0.0 (2022-08-09)

⚠ BREAKING CHANGES

  • drop support for EOL node 12

Documentation

  • readme: update acknowledgements section (6d95ff5)

Miscellaneous

  • .gitignore: use latest github ignore template (ff64a1d)
  • .npmrc: disable package-lock generation (#434) (09dbfdb)
  • .prettierignore: add new paths from .gitignore (47e886a)
  • drop support for node 12 (#437) (c32b5b0)
  • ignore pnpm lock file (311f8a6)

Dependencies

  • .npmignore: add documentation; reduce package size by ~0.3% (#435) (fc45b10)
  • dependabot: increase open-pull-requests-limit from 5 to 20 (7939b69)
  • deps: bump actions/dependency-review-action from 1 to 2 (#432) (78cbbc6)
  • deps: bump dependencies (#438) (adaf16e)
  • deps: bump wagoid/commitlint-github-action from 4 to 5 (#431) (0cfd01c)
node-poppler - v5.1.6

Published by github-actions[bot] over 2 years ago

5.1.6 (2022-06-04)

Bug Fixes

  • index: set correct "file size" if pdfInfo() passed a buffer (#427) (8d30764)

Improvements

  • index: use forEach over map as returned array not used (#426) (ef89aa6)

Dependencies

  • .npmignore: ignore tsconfig.json (a35757d)

Miscellaneous

  • .github/funding: remove unused keys (66a8f36)
  • .github: add FUNDING.yml (f73407d)
node-poppler - v5.1.5

Published by github-actions[bot] over 2 years ago

5.1.5 (2022-06-01)

Continuous Integration

  • automerge: fix context (a77891b)
  • cd: use lts/* for node setup in release job (1aefdf2)
  • check user.login is dependabot instead of actor (#413) (a92ace7)
  • ci: add node 18 to test matrix (#412) (8a109b0)
  • ci: require unit-tests job to pass for save-pr-number job to run (5cb3a96)
  • ci: use lts/* for node setup in lint job (65b7665)
  • ci: use node-version for node matrix key (d294a0e)
  • codeql: only run on pr changes to .html, .js, and .yml files (bc130e3)
  • codeql: resolve missing analyses (83c2acf)
  • codeql: specify which files to scan during analysis (0ec3679)
  • remove git credentials after checkout (#417) (e4d7893)

Miscellaneous

  • .eslintrc: enable plugin:jest/style rules (#411) (caee804)
  • .github/codeql-config: remove quotation marks (0aa9e7f)
  • bug_report: use node 18 as placeholder for node-version (a28d5ad)
  • lib: remove source and make files; reduce package size by ~26% (#418) (51b41f8)

Dependencies

  • deps-dev: bump @commitlint/cli from 16.3.0 to 17.0.2 (#422) (715be48)
  • deps-dev: bump @commitlint/config-conventional (#420) (f8700db)
  • deps-dev: bump husky from 7.0.4 to 8.0.1 (#421) (b819753)
  • deps: bump minor and hotfix versions (#423) (4375c56)
node-poppler - v5.1.4

Published by github-actions[bot] over 2 years ago

5.1.4 (2022-05-01)

Bug Fixes

  • lib: update poppler win32 binaries from 22.01.0 to 22.04.0 (6e74afe)

Documentation

Dependencies

  • deps-dev: bump dev dependencies (3c688e4)
  • deps-dev: bump eslint-plugin-jsdoc from 37.9.7 to 38.0.6 (49b8cfc)
  • deps-dev: bump eslint-plugin-jsdoc from 38.1.6 to 39.2.9 (#405) (91d5d11)
  • deps-dev: bump glob from 7.2.0 to 8.0.1 (#406) (2a9beef)
  • deps-dev: bump jest from 27.5.1 to 28.0.3 (#407) (1894c0d)
  • deps: bump actions/checkout from 2 to 3 (96754d1)
  • deps: bump actions/checkout from 2 to 3 (efab6f2)
  • deps: bump actions/upload-artifact from 2 to 3 (#403) (e9c8796)
  • deps: bump github/codeql-action from 1 to 2 (#404) (073cc6b)

Miscellaneous

  • ci: remove quotation marks from step name (81d9943)
  • index: update constructor jsdoc param tag (#397) (cdc61ba)
  • scripts: remove redundant gitkraken fix from prepare script (be8b489)
  • scripts: use shorter arg aliases; remove debugging args from jest (eefa9cf)
  • use npm install alias (8de1b7c)

Continuous Integration

  • add dependency-review job (dd75f36)
  • add job step names, workflow comments, and whitespace (0bdd954)
  • automerge: squash automerge prs (#398) (1390729)
  • cd: update org name for release-please-action (d5a5257)
  • codeql-analysis: remove unused autobuild step (de272df)
  • codeql: grant minimum permissions to run; rename file (#394) (d3e80e2)
  • link-check: fix skip regex (23602df)
  • link-check: replace npx linkinator call with github action (8f626a7)
  • only save pr number artifact for dependabot (c5c6a7c)
  • only trigger dependency-review on pr (e6e7f71)
  • reduce workflow permissions to minimum (86e7668)
  • replace workflow-run-cleanup-action with github concurrency (ac13ada)
node-poppler - v5.1.3

Published by github-actions[bot] over 2 years ago

5.1.3 (2022-02-25)

Bug Fixes

  • index: use spawn for larger stream results (#386) (e437f3e)

Miscellaneous

  • .github: remove trailing whitespace (aee8872)

Dependencies

  • dependabot: ignore minor and patch commit-lint updates (#380) (b5ff45f)
  • dependabot: major tags no longer need ignore support (579cea2)
  • dependabot: use default open-pull-requests-limit value (eebb453)
  • deps-dev: bump dev dependencies (#388) (06f8957)
  • deps-dev: bump eslint-plugin-jest from 25.7.0 to 26.0.0 (321e7d0)
  • deps: bump actions/github-script from 5 to 6 (deb69a6)
  • deps: bump actions/setup-node from 2 to 3 (81f52ca)
node-poppler - v5.1.2

Published by github-actions[bot] over 2 years ago

5.1.2 (2022-01-19)

Bug Fixes

  • lib: update poppler win32 binaries from 21.11.0 to 22.01.0 (e76a813)

Miscellaneous

Documentation

  • contributing: add mention of husky pre-commit hook (8eb63e8)
  • contributing: add step for lint:licenses script (#371) (5e9f7a5)

Continuous Integration

Dependencies

  • deps-dev: bump @commitlint/cli from 15.0.0 to 16.0.1 (8ab463a)
  • deps-dev: bump @commitlint/config-conventional (6cda233)
  • deps-dev: bump eslint from 7.32.0 to 8.7.0 (73a77a5)
  • deps-dev: bump eslint-plugin-promise from 5.2.0 to 6.0.0 (535feb0)
  • deps: bump GoogleCloudPlatform/release-please-action from 2 to 3 (e3c9d8e)
  • update dependencies (db8a76d)
node-poppler - v5.1.1

Published by github-actions[bot] almost 3 years ago

Bug Fixes

  • index: correct message thrown for missing binaries (#363) (5249d61)

Continuous Integration

  • trigger workflows when drafts marked as "ready to review" (#354) (de922a2)

Documentation

Improvements

  • index: remove unused if conditional (d56589d)

Miscellaneous

  • ignore .yarnclean (#360) (196b528)
  • package/scripts: add lint:licenses (#361) (a010434)
  • turn off security/detect-object-injection eslint rule (1d6dc35)

Dependencies

  • dependabot: ignore minor and patch github-actions updates (#356) (56d1a86)
  • dependabot: ignore minor and patch release-please-action updates (#367) (b77729f)
  • deps-dev: bump @commitlint/cli from 14.1.0 to 15.0.0 (08d87b5)
  • deps-dev: bump @commitlint/config-conventional (c5452ee)
  • deps-dev: bump prettier from 2.4.1 to 2.5.0 (74f9e90)
  • deps-dev: bump prettier from 2.5.0 to 2.5.1 (d51ca9b)
node-poppler - v5.1.0

Published by github-actions[bot] almost 3 years ago

Features

  • index: add printUrls arg to pdfInfo() options (d58da5f)

Bug Fixes

  • lib: update poppler win32 binaries from 21.10.0 to 21.11.0 (1838bee)

Continuous Integration

  • ci: do not run clean-up on draft prs (088722d)
  • spell-check: do not run on draft prs (6a48913)

Dependencies

  • deps-dev: bump eslint-config-airbnb-base from 14.2.1 to 15.0.0 (063e5b4)
  • deps-dev: bump eslint-plugin-import from 2.25.2 to 2.25.3 (5962621)
  • deps-dev: bump eslint-plugin-jest from 25.2.2 to 25.2.4 (77423a1)

Documentation

node-poppler - v5.0.3

Published by github-actions[bot] almost 3 years ago

Bug Fixes

  • index: normalize binPath constructor param (#345) (3ec8cae)
  • index: pdftocairo singleFile option (31bbe79)
  • index: pdftocairo stdout encoding for pdfFile option (8ddcbba)

Documentation

Miscellaneous

  • .eslintrc: remove redundant impliedStrict option (#332) (417380e)
  • .prettierrc: only enable bracketSameLine for html (#341) (30dfe71)

Continuous Integration

Dependencies

  • deps-dev: bump @commitlint/cli from 13.2.1 to 14.1.0 (ffb9ccb)
  • deps-dev: bump @commitlint/config-conventional (fa491ea)
  • deps-dev: bump dev dependencies (#335) (ac2e119)
  • deps: bump actions/checkout from 2.3.4 to 2.3.5 (d3d838c)
  • deps: bump actions/checkout from 2.3.5 to 2.4.0 (de7aad4)
node-poppler - v5.0.2

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • lib: update poppler win32 binaries from 21.09.0 to 21.10.0 (c8e1e77)

Continuous Integration

  • automerge: update location of octokit rest methods (c2d6959)

Miscellaneous

  • .eslintrc: remove inaccurate sourcetype (#323) (db65fb6)
  • .prettierrc: enable bracketsameline option (ccd86c9)
  • .vscode: remove deprecated settings (#324) (0638d8e)
  • index: resolve jsdoc/no-multi-asterisks warning (#325) (e54c041)

Dependencies

  • deps-dev: add eslint-plugin-security-node (#316) (5f7d6ad)
  • deps-dev: bump eslint-plugin-jest from 24.7.0 to 25.0.5 (5924cc7)
  • deps-dev: bump prettier from 2.4.0 to 2.4.1 (ae71ec2)
  • deps: bump actions/setup-node from 2.4.0 to 2.4.1 (18e8f62)
  • deps: bump GoogleCloudPlatform/release-please-action (e27671b)
  • deps: bump GoogleCloudPlatform/release-please-action (84e74cf)
  • deps: bump wagoid/commitlint-github-action from 4.1.4 to 4.1.5 (2f8052b)
  • deps: bump wagoid/commitlint-github-action from 4.1.5 to 4.1.9 (bf11955)
node-poppler - v5.0.1

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • lib: update poppler win32 binaries from 21.08.0 to 21.09.0 (#313) (6cd1a3c)

Continuous Integration

  • ci: revert to workflow-run-clean-action from github concurrency (4b85707)

Miscellaneous

  • .eslintrc: set correct ecmascript version (#308) (055e44e)
  • .husky/.gitignore: remove now redundant file (d8891bc)
  • .prettierrc: override defaults for html, css, and scss files (#309) (73f9044)
  • .vscode: add mhutchie.git-graph extension (6d86a88)

Dependencies

  • deps-dev: bump prettier from 2.3.2 to 2.4.0 (5f61282)
  • deps: bump GoogleCloudPlatform/release-please-action (5694596)
  • deps: bump wagoid/commitlint-github-action from 4.1.1 to 4.1.4 (f20e9c7)
node-poppler - v5.0.0

Published by github-actions[bot] about 3 years ago

⚠ BREAKING CHANGES

  • index: macOS/Darwin binaries have been removed due to persistent issues with them. Please download macOS binaries separately through Homebrew.

Bug Fixes

  • index: remove included macos/darwin binaries (1bfa703)
  • index: throw new error not return it as returning leads to silent failures (#299) (e22d02d)

Miscellaneous

  • .github: use new YAML configured GitHub issue forms (#303) (4760072)

Continuous Integration

  • ci: replace workflow-run-cleanup-action with github concurrency (#304) (0f08d1f)

Dependencies

  • add .npmignore; reduce package size from 15.6MB to 13.7MB (#306) (3f0fbe6)
node-poppler - v4.1.2

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • lib: update poppler win32 binaries from 21.03.0 to 21.08.0 (#296) (34f9e37)

Documentation

Dependencies

  • deps-dev: bump @commitlint/cli from 12.1.4 to 13.1.0 (b15218e)
  • deps-dev: bump @commitlint/config-conventional (bfac706)
  • deps-dev: bump dependencies (#297) (f922709)
  • deps-dev: bump eslint-plugin-jsdoc from 35.5.1 to 36.0.6 (38e7554)
  • deps: bump actions/github-script from 4.0.2 to 4.1 (f90cfbd)
  • deps: bump actions/setup-node from 2.3.0 to 2.4.0 (9180bca)
  • deps: bump GoogleCloudPlatform/release-please-action (d46efc8)
node-poppler - v4.1.1

Published by github-actions[bot] about 3 years ago

Bug Fixes

  • index: add "3221226505" error code mapping (5017df6)

Continuous Integration

  • ci: disable homebrew analytics for macos builds (#278) (92ad4fa)
  • link-check: reduce frequency from daily to monthly (#272) (5e91c2a)

Improvements

  • index: consolidate child process close event handling (db89bd6)

Dependencies

  • deps-dev: bump husky from 6.0.0 to 7.0.0 (e9f9c97)
  • deps-dev: bump prettier from 2.3.0 to 2.3.2 (9eeed40)
  • deps: bump actions/setup-node from 2.1.5 to 2.2.0 (dba9b38)
  • deps: bump actions/setup-node from 2.2.0 to 2.3.0 (c41ef56)
  • deps: bump actions/upload-artifact from 2.2.3 to 2.2.4 (2461ce1)
  • deps: bump coverallsapp/github-action from 1.1.2 to 1.1.3 (a6cecca)
  • deps: bump wagoid/commitlint-github-action from 3.1.4 to 4.1.1 (b29337c)

Miscellaneous

  • gitignore: add test generated pdfs (c70638c)
  • index/pdftocairo: sort file ext list alphabetically ascending (8912fc1)
  • package: update keywords (5169f74)
  • prettierignore: ignore all test folder content (d69dccd)
  • vscode: disable red hat telemetry (d0084b5)
  • vscode: remove user space config setting (c899f9f)
node-poppler - v2.2.1

Published by Fdawgs over 3 years ago

  • fix(lib): update poppler win32 binaries from 21.01.0 to 21.02.0 (1d6a042)
  • fix(script): add missing ignore-path arg (ad9f42a)
  • ci: add commit-lint job (33d67c7)
  • ci: disable long running homebrew cleanup tasks (693fa0b)
  • ci: remove cache actions as they use lock file (960dcbe)
  • ci: replace typo ci app with action (7d35422)
  • ci(dependabot): ignore husky updates (6fc6187)
  • build(deps-dev): bump eslint-plugin-jsdoc from 31.6.1 to 32.0.1 (2e3bfec)
  • build(deps-dev): pin husky major version (debb162)
  • build(deps-dev): remove coveralls, replaced by github action (84b5490)
  • build(deps-dev): remove jsinspect (8fb486a)
  • build(deps): bump wagoid/commitlint-github-action from v2.0.3 to v2.2.3 (768532d)
  • docs(contributing): add documentation style (1267ec3)
  • docs(readme): grammar (0606995)
  • docs(readme): remove stray comma (c2ea407)
  • docs(readme): revamp intro section (729451c)
  • style: capitalise headings correctly (17a688b)
  • style: shorten husky pre-push script (09da9eb)
  • style(ci): capitalise jobs and job step names (1a1e2d4)
  • style(readme): add linebreaks between badges (92b5d5e)
  • style(readme): capitalise headings correctly (bf8819d)
  • style(readme): prettier badge shape (6e01859)
  • style(scripts): rename jest-coverage to jest:coverage (5383798)
  • style(tests): use apa header style for describe name params (09df70e)
  • chore: add commitlint husky commit-msg hook (92a3769)
  • chore: add pull request template (2836701)
  • chore: stop excess coverage files being generated (d6b639b)
  • chore(vscode): add redhat.vscode-yaml as recommended extension (2270e91)
  • chore(vscode): add updateImportsOnFileMove setting (811db2c)
  • chore(vscode): add workspace settings and extensions (547243c)
node-poppler - v2.2.0

Published by Fdawgs over 3 years ago

  • feat(lib): update poppler win32 binaries from 20.12.1 to 21.01.0 (a552f83)
  • chore(jest): enable resetmocks option (0eff7af)
  • build(deps-dev): add husky for git hook handling (2a5b181)
  • docs: bump coc from v1.4.0 to v2.0.0 (ca582da)
  • ci(github-actions): set flag-name for parallel coverage tests (e91f37d)
  • ci(github-actions): set semver for coverallsapp (b745a7f)
node-poppler - v2.1.3

Published by Fdawgs over 3 years ago

  • build: add typoci config file (494cdfe)
  • build: remove yarn as package manager, revert to npm (536b7c2)
  • build(deps-dev): bump eslint-plugin-jsdoc from 30.7.13 to 31.0.7 (#185) (dd4aaab), closes #185
  • build(deps-dev): remove cross-env (610d75a)
  • fix: remove lockfile (738ee92)
  • fix: script calls (8bea518)
  • ci: ignore scripts on publish (b53e22b)
  • ci: refactor codeql-analysis.yml (5094a02)
  • ci: remove redundant javascript dictionary (93182cd)
  • ci: use yarn cache of node dependencies if present (5d8f5f2)
  • ci(codeql): specify more query suites (fe60c65)
  • ci(typo-ci): add ydh to list of excluded words (b338a36)
  • chore: remove old .env files from gitignore (235bef1)
  • chore(package): add homepage and bug urls (ed4225e)
  • docs: update contact email (8328e9b)
  • docs(contributing): update yarn link (5a9154d)
  • docs(readme): add acknowledgements section (c544ace)
  • docs(readme): grammar fixe (919d205)
  • docs(readme): style changes (4c8b519)
  • style(ci): tidy job names (4b736d7)
node-poppler - v2.1.2

Published by Fdawgs over 3 years ago

  • build: update github-actions with dependabot (ec8bf01)
  • build(deps-dev): bump eslint from 7.15.0 to 7.16.0 (de68d3d)
  • build(deps-dev): bump eslint-config-prettier from 7.0.0 to 7.1.0 (1840406)
  • build(deps-dev): bump eslint-plugin-jsdoc from 30.7.8 to 30.7.9 (763e676)
  • build(deps-dev): remove eslint-plugin-json (faccfa6)
  • build(deps): bump fastify/github-action-merge-dependabot (#180) (95de123), closes #180
  • build(deps): bump node-notifier from 8.0.0 to 8.0.1 (25c3ffe)
  • build(typescript): enable strict option (87c221e)
  • ci: add linting job; expand scope of jobs (0b2412c)
  • ci: add typescript compilation step (94654e6)
  • ci: automatically merge dependabot pull requests on pass build stage (105b2f3)
  • ci: bump actions/setup-node from v1 to v2 (f19f5b8)
  • ci: do not run github actions for draft prs (c76d373)
  • ci: merge unit test jobs (73f6ccc)
  • ci: move dependency installs to correct step (bbdeb60)
  • ci: reorder lint steps (b8aca23)
  • ci: require lint job on automerge (1fd4523)
  • ci: use yarn --frozen-lockfile flag for repro deps (dfc2c31)
  • style: use default prettier options for trailing commas and quotes (b8e791d)
  • style(ci): remove whitespace (8b9150e)
  • fix(scripts): test script (cf4ccd2)
  • chore(scripts): rename test scripts (c8a2c69)
  • docs(readme): remove abbreviation (715fc9d)