Skip to content

Releases: Fdawgs/node-poppler

v2.1.1

16 Jul 10:19
Compare
Choose a tag to compare
  • build(deps-dev): bump dev dependencies (c8d76d9)
  • fix(lib): update poppler win32 binaries from 20.12.0 to 20.12.1 (d196360)

v2.1.0

16 Jul 10:18
Compare
Choose a tag to compare
  • ci: add cd action to publish to npm (eb90059)
  • ci: change ubuntu image to 20.04 (3bae517)
  • ci: fix builds (a657e75)
  • ci: replace travis-ci with github actions (2b2ac0e)
  • chore: add security.md (b02979f)
  • chore: add stale confg (63005e2)
  • chore(lib): update poppler win32 binaries from 20.11.0 to 20.12.0 (51b0a72)
  • build(deps-dev): bump dev dependencies (5c363bd)
  • build(deps): bump ini from 1.3.5 to 1.3.8 (123a9c0)
  • docs(index): clarify on options usage in jsdoc tags (577e8ce)
  • docs(index): correct accepted type for iccfile option (01499fa)
  • feat(index): add rasterization color space and ICC profile options (86edf34)
  • style: format codeql.yml (7931936)

v2.0.1

16 Jul 10:18
Compare
Choose a tag to compare
  • build(deps-dev): bump dev dependencies (d21e32f)
  • fix(index): return promise objects (81cddaa)
  • docs(index): correct return jsdoc tag for parseoptions function (104a3a2)
  • chore(index): rename const to reflect functionality (d7633d1)
  • refactor(index): concat invalid args provided into error object (12a5c04)

v2.0.0

16 Jul 10:18
Compare
Choose a tag to compare
  • docs: enable TypeScript definition generation for all methods (cceecc8) , thanks to @arthurdenner
  • docs(index): correct stdout usage (be0bb49)
  • docs(readme): add note about macos binaries (41c7e1e)
  • test(index): correct param orders for function calls (e075a7b)
  • build(deps-dev): bump dev dependencies (c450c04)
  • build(travis): update osx image (0c043db)
  • feat(index): add typescript definition file (d82df8b)
  • feat(lib): update poppler win32 binaries from 20.10.0 to 20.11.0 (bc5478e)
  • refactor(index): reorder parameters for all functions (ead466e)
  • chore: add TypeScript config to generate definition (c5b4858), thanks to @arthurdenner
  • chore(scripts): do not lint ts and tsx files (b1e8426)

BREAKING CHANGE

  • optional options object parameter for all functions has been moved to the end. i.e. Poppler.pdfToText(options, file, outputFile) is now Poppler.pdfToText(file, outputFile, options).

This allows for easier use of the functions as users no longer have to place an undefined parameter if no options are provided. Poppler.pdfToText(undefined, file, outputFile) can now be called instead like Poppler.pdfToText(file, outputFile).

v1.8.5

16 Jul 10:18
Compare
Choose a tag to compare
  • build: create codeql-analysis.yml workflow file (7346f8f)
  • build(deps-dev): bump dev dependencies (29da2a9)
  • style(index): rename exec variable to better reflect usage (528fd88)
  • docs: spelling and grammar fixes (27ece49)
  • docs(api): add stdout usage for pdftotext, pdftocairo, and pdftops funcs (bd05f63)
  • docs(contributing): remove reference to replaced jest script (874e368)
  • chore: remove jest script; replaced by test-only script (653cc22)
  • chore(lib): remove redundant win32 poppler files (bfea135)
  • fix(lib): update poppler win32 binaries from 20.09.0 to 20.10.0 (ab227f6)

v1.8.4

16 Jul 10:18
Compare
Choose a tag to compare
  • build(dependabot): remove assignment of pull requests to user (dd04661)
  • build(deps-dev): bump dev dependencies (3157acd)
  • refactor(index): replace execa dependency with native execfile function (2462b2f)
  • fix(lib): update poppler win32 binaries from 0.90.1 to 20.09.0 (9454db2)
  • docs(contributing): correct release step order (9d8ed89)
  • docs(readme): add snyk badge (32e74d3)
  • docs(readme): repoint travis-ci badge from .org to .com (750fe4c)
  • chore(eslint): add missing plugin declaration (562b85b)
  • chore(eslint): remove unnecessary eslint rules (907806a)

v1.8.3

16 Jul 10:18
Compare
Choose a tag to compare
  • build(deps-dev): add eslint-plugin-security dev dependency (da49f54)
  • build(deps-dev): bump dev dependencies (97f96a6)
  • docs(readme): correct example pdftocairo call (06ca169), thanks to @gabenunez for spotting

v1.8.2

16 Jul 10:18
Compare
Choose a tag to compare
  • chore: reduce minimum nodejs engine version from 12.x to 10.x (183400d)
  • chore(github): add issue templates (adbe5c9)
  • chore(index): spelling and grammar fixes to jsdoc tags (e3cc16e)
  • build(deps-dev): bump dev dependencies to resolve security cve (310a943)

v1.8.1

16 Jul 10:18
Compare
Choose a tag to compare
  • build(deps-dev): bump dev dependencies (27bb199)
  • build(travis): add linux test stage (caa7513)
  • build(travis): make scripts multiline (39856a6)
  • build(travis): update linux dist to latest lts (b5c2427)
  • fix(lib): update poppler win32 binaries from 0.90.0 to 0.90.1 (cb8c013)
  • chore(travis): sort os values alphabetically ascending order (861ed43)

v1.8.0

16 Jul 10:12
Compare
Choose a tag to compare

The pdftoCairo Poppler Windows binaries have also been updated to v0.90.0 from v0.68.0 in this release.

  • build(deps-dev): bump eslint-plugin-jsdoc from 30.0.0 to 30.0.2 (0a6bfdd)
  • build(travis): fix misspelling of dist value (0532060)
  • feat(lib): update poppler win32 binaries from 0.89.0 to 0.90.0 (0f301e2)
  • style(index): add missing dashes to jsdoc tags (fd3a360)
  • style(index): use back ticks as opposed to quotation marks in jsdoc tags (78bc6e8)