Skip to content

Latest commit

 

History

History
451 lines (365 loc) · 40.5 KB

CHANGELOG.md

File metadata and controls

451 lines (365 loc) · 40.5 KB

Changelog

All notable changes to this project will be documented in this file.

2.4.0 (2021-03-09)

Features

  • index: add binary version checking for options (13febb5)

Bug Fixes

  • index: add missing dataurls option to pdftohtml (ec45b5b)
  • index: add missing forcepagenumber option to pdftoppm (533f424)
  • index: add missing hideannotations option to pdftoppm (ffbe119)
  • index: add missing separator option to pdftoppm (7744abd)
  • index: correct misspelling of received in error string (f6b7fcb)

Miscellaneous

  • workflows: rename ci and perf sections (54caeda)

Dependencies

  • deps: bump actions/stale from v3.0.17 to v3.0.18 (b449c7e)
  • deps: bump fastify/github-action-merge-dependabot (e0bf38d)
  • deps: bump GoogleCloudPlatform/release-please-action (f563a41)
  • deps: bump wagoid/commitlint-github-action from v3.0.1 to v3.0.6 (405aca1)

2.3.0 (2021-03-04)

Features

  • lib: update poppler win32 binaries from 21.02.0 to 21.03.0 (4648db5)

Dependencies

  • dependabot: set commit message prefix; lower pull limit (25e3652)
  • deps-dev: bump @commitlint/cli from 11.0.0 to 12.0.1 (#206) (78f92b6)
  • deps-dev: bump @commitlint/config-conventional (4708778)
  • deps-dev: bump eslint-config-prettier from 7.2.0 to 8.1.0 (ef0788a)
  • deps-dev: bump jsdoc-to-markdown from 6.0.1 to 7.0.0 (#207) (b6f88ae)
  • deps: bump wagoid/commitlint-github-action from v2.2.3 to v3.0.1 (3674b7e)
  • deps: specify minor and hotfix versions (aa1bb13)

Miscellaneous

  • add link check workflow (39a83c0)
  • automate release and changelog generation (b294617)
  • codeql: remove autobuild action (d20154c)
  • link-check: ignore if draft pull request event (d3c7ad7)
  • linkcheck: extend ignored urls (8c0a238)
  • lint-check: compress patterns (c9b7e09)
  • lint-check: run on push and pull events for md files (91cd1fc)
  • prettier: create separate files to allow for CI/CD to use prettier config (#212) (8319774)
  • replace stalebot with github action (237939d)
  • vscode: remove conflicting prettier ext setting (316e244)
  • workflows: fix release types to account for bots (7ac80c5)
  • workflows: move release steps into cd workflow (86a94e4)
  • workflows: rename spellcheck workflow (8fdff21)
  • workflows: tidy node-version syntax (8b69bc1)

Documentation

  • changelog: fix h3 header style (a0efe08)
  • readme: fix broken link (bc1031b)
  • readme: shorten links (300f033)

2.2.1 (2021-02-16)

  • 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)

2.2.0 (2021-01-25)

  • 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)

2.1.3 (2021-01-18)

  • 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)

2.1.2 (2020-12-28)

  • 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)

2.1.1 (2020-12-13)

  • build(deps-dev): bump dev dependencies (c8d76d9)
  • fix(lib): update poppler win32 binaries from 20.12.0 to 20.12.1 (d196360)

2.1.0 (2020-12-12)

  • 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)

2.0.1 (2020-11-10)

  • 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)

2.0.0 (2020-11-03)

  • 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).

1.8.5 (2020-10-14)

  • 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)

1.8.4 (2020-10-01)

  • 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)

1.8.3 (2020-08-28)

  • 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

1.8.2 (2020-08-18)

  • 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)

1.8.1 (2020-07-26)

  • 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)

1.8.0 (2020-07-20)

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)

1.7.6 (2020-07-20)

  • build(deps-dev): bump dev dependencies (54f0542)
  • build(travis): set osx image to latest version (680aa14)
  • fix(index): optional outputfiles to send to stdout (de50f06)

1.7.5 (2020-07-16)

  • build(deps-dev): bump dev dependencies (dd07cde)
  • build(deps-dev): remove typescript (39a6f6e)
  • build(deps): bump execa from 4.0.2 to 4.0.3 (9c39105)
  • build(travis): add test step (3f1dbd0)
  • build(travis): remove osx os from allowed failures (dc6784e)
  • build(travis): replace api_token alias to pass config validation (ba5d231)
  • build(travis): set linux dist (183bf02)
  • build(travis): suppress git log; skip rerunning tests on deploy (3fb542f)
  • build(travis): use lts version of node for jobs (48a9d38)
  • chore(package): update description (1d54b6a)
  • chore(scripts): use gitignore for ignore-path options (cbfbb90)
  • tests(index): use os platform when testing constructor (bb1112b)

1.7.4 (2020-06-29)

  • chore: add missing jsdoc tags for test function (770109e)
  • chore: create code_of_conduct.md (9a3a264)
  • chore(eslint): convert from json to js file format (a6e7f04)
  • chore(eslint): move inline eslint rules into config file (99fe5be)
  • chore(eslint): reorder rules (96f561b)
  • chore(index): add jsdoc descriptions for params to parseoptions function (3915895)
  • chore(scripts): remove prettier ignore-path option (e65419c)
  • build(deps-dev): bump @commitlint/config-conventional (6821f42)
  • build(deps-dev): bump eslint from 7.2.0 to 7.3.1 (cda023a)
  • build(deps-dev): bump eslint-plugin-jest from 23.13.2 to 23.17.1 (c8ab3f7)
  • build(deps-dev): bump eslint-plugin-jsdoc from 27.0.7 to 28.5.1 (87ca360)
  • build(deps-dev): bump jest from 26.0.1 to 26.1.0 (c7868dc)
  • Create Dependabot config file (0dff433)
  • refactor: replace promise syntax with async await (5e6c1e4)
  • refactor(index): move args array inside parseoptions function (41c44ef)

1.7.3 (2020-06-15)

The MacOS/Darwin Poppler binaries included have been updated from 0.66.0 to 0.89.0 by @chetanism, bringing this inline with the Windows binaries.

  • build(deps-dev): bump eslint from 6.8.0 to 7.2.0 (4c7309a)
  • build(deps-dev): bump eslint-config-airbnb-base from 14.1.0 to 14.2.0 (e7b8ffc)
  • build(deps-dev): bump eslint-plugin-import from 2.21.1 to 2.21.2 (506b29b)
  • build(deps-dev): bump eslint-plugin-jsdoc from 27.0.4 to 27.0.7 (837111f)
  • docs(readme): tidy example code (8469292)
  • feat(lib): update poppler darwin binaries from 0.66.0 to 0.89.0 (9ed863d)

1.7.2 (2020-06-08)

  • docs(api): regenerate api docs with new jsdoc-to-markdown version (4a103a6)
  • build(deps-dev): bump eslint-plugin-import from 2.20.2 to 2.21.1 (a4b74c0)
  • build(deps-dev): bump eslint-plugin-jsdoc from 26.0.0 to 27.0.4 (90d9e3f)
  • build(deps-dev): bump jsdoc-to-markdown from 5.0.3 to 6.0.1 (5c76f5e)
  • build(deps-dev): bump typescript from 3.9.3 to 3.9.5 (27f6e36)
  • feat(lib): update poppler win32 binaries from 0.88.0 to 0.89.0 (6c3084d)
  • chore(scripts): expand coverage of eslint and prettier (412c2e2)

1.7.1 (2020-05-29)

  • chore: add missing @param descriptions (483613b)
  • chore: add missing @returns tag (5ae795f)
  • chore: correct @returns jsdoc tag for all functions (42943ae)
  • chore: correct case of type for @param jsdoc tag (104cd7f)
  • chore: update gitignore with latest github version (8c1806c)
  • chore(deps-dev): bump conventional-changelog-cli from 2.0.31 to 2.0.34 (96bed5d)
  • chore(deps-dev): bump eslint-plugin-jest from 23.9.0 to 23.13.2 (dca93c4)
  • chore(deps-dev): bump eslint-plugin-jsdoc from 25.4.3 to 26.0.0 (8b387b1)
  • chore(deps-dev): bump jest from 25.5.4 to 26.0.1 (a02735a)
  • chore(deps-dev): bump typescript from 3.8.3 to 3.9.3 (35eead5)
  • chore(package): set minimum engine version (5b14c99)
  • tests(index): replace .then() method with async/await (2fed54c)
  • build(deps-dev): add promise and jsdoc eslint plugins; update config (4cb22a1)
  • docs(contributing): update conventional commit link to latest version (628be8d)

1.7.0 (2020-05-04)

  • chore(deps-dev): bump coveralls from 3.0.11 to 3.1.0 (305a8ab)
  • chore(deps-dev): bump eslint-config-prettier from 6.10.1 to 6.11.0 (bfd980d)
  • chore(deps-dev): bump jest from 25.3.0 to 25.5.1 (1ca14cd)
  • chore(deps-dev): bump jest from 25.5.1 to 25.5.2 (751ad6b)
  • chore(deps-dev): bump jest from 25.5.2 to 25.5.3 (903f52f)
  • chore(deps-dev): bump jest from 25.5.3 to 25.5.4 (6f2c310)
  • chore(deps-dev): bump prettier from 2.0.4 to 2.0.5 (ed89abd)
  • chore(package): add prettier call to api gen script (80d1cf1)
  • feat(lib): update poppler win32 binaries from 0.87.0 to 0.88.0 (fa8c79b)
  • tests(package): add runinband option for jest cli (d2bc559)

1.6.0 (2020-04-14)

  • feat(index): add new savefile option to pdfdetach function (c6c7d9c)
  • feat(lib): add poppler 0.87.0 win32 binaries (78c6200)
  • chore(index): repoint to new binaries (b1ef39d)
  • chore(lib): remove old 0.84.0 win32 binaries (400bb80)
  • build(deps-dev): bump jest from 25.2.7 to 25.3.0 (217ed93)

1.5.4 (2020-04-10)

  • tests(index): add missing outputfile variable (a094c19)
  • tests(index): add test pdf file with attached txt file (a6842a2)
  • tests(index): add tests for uncovered branches (720eab9)
  • tests(index): use glob for post-test directory cleanup (5d16e5a)
  • ci(travis): remove dupe-check step (db1fcd6)
  • ci(travis): use linux for npm deploy (dd113c3)
  • chore(deps-dev): bump jest from 25.2.7 to 25.3.0 (68a2b6c)
  • chore(deps-dev): bump prettier from 2.0.2 to 2.0.4 (b5f57ca)
  • chore(package): add keywords (1a15363)
  • chore(package): add runinband cli jest option (2721e8c)
  • chore(package): update dupe-check script (3e8333c)
  • fix(index): replace catch with then; move code inside resolve function (95e6c5b)
  • build(deps-dev): add missing cross-env (3a17904)

1.5.3 (2020-04-04)

  • chore(deps-dev): bump coveralls from 3.0.9 to 3.0.11 (149b7dd)
  • chore(deps-dev): bump eslint-config-prettier from 6.10.0 to 6.10.1 (0b4623e)
  • chore(deps-dev): bump eslint-plugin-import from 2.20.1 to 2.20.2 (e5a4b15)
  • chore(deps-dev): bump jest from 25.1.0 to 25.2.7 (5114f36)
  • chore(deps-dev): bump prettier from 1.19.1 to 2.0.2 (73108e8)
  • chore(index): move description of function to jsdoc tag (07b34cc)
  • chore(package): add prettier call to changelog gen script (a6c306a)
  • chore(package): use test-only script when testing (a7b0e40)
  • docs(contributing): grammar and spelling fixes (3049a69)
  • docs(readme): correct section sizes (c2cbb70)
  • refactor(index): remove options if statement; make each option arg obj (20a33f3)
  • test(pdfImages): add test for outputprefix arg (61899b0)
  • fix(pdfImages): correct arg name to reflect purpose (8162b2f)
  • ci(travis): add npm deploy job (df55316)
  • ci(travis): add release tags to branch safelist (74fce47)

1.5.2 (2020-03-16)

  • chore: update dependencies (57cb710)
  • chore: update lockfile (7df0325)
  • chore(deps-dev): bump eslint-config-airbnb-base from 14.0.0 to 14.1.0 (8aed27d)
  • chore(deps-dev): bump eslint-plugin-jest from 23.7.0 to 23.8.0 (7d26ccd)
  • chore(deps-dev): bump eslint-plugin-jest from 23.8.0 to 23.8.1 (cc71eef)
  • chore(deps-dev): bump eslint-plugin-jest from 23.8.1 to 23.8.2 (cb7f469)
  • chore(deps-dev): bump eslint-plugin-json from 2.1.0 to 2.1.1 (741c8ea)
  • chore(deps-dev): bump typescript from 3.8.2 to 3.8.3 (4e43b1f)

1.5.1 (2020-02-21)

  • chore: add .prettierignore (e2be8a6)
  • chore(deps-dev): bump eslint-config-prettier from 6.9.0 to 6.10.0 (41042d4)
  • chore(deps-dev): bump eslint-plugin-import from 2.20.0 to 2.20.1 (02d5b82)
  • chore(deps-dev): bump eslint-plugin-jest from 23.6.0 to 23.7.0 (d55f696)
  • chore(deps-dev): bump eslint-plugin-json from 2.0.1 to 2.1.0 (11fc2f2)
  • chore(deps-dev): bump typescript from 3.7.5 to 3.8.2 (3f495a0)
  • chore(deps-dev): bump jest from 24.9.0 to 25.1.0 (9919085)
  • chore(package): remove redundant config values (cd38d9b)
  • chore(package): update prettier script to also format json and md (3a5d842)
  • ci(travis): fix build config (ce2189f)
  • docs: change string JSDoc param tags to enum where possible (0cc3434)
  • docs: minor clarifications (374b774)

1.5.0 (2020-01-19)

  • chore: bump typescript from 3.7.4 to 3.7.5 (6f5230a)
  • chore: increment minor version number (b38cf5a)
  • chore: upgrade dependencies (f15b8dc)
  • style: tidy whitespace (8f4bd44)
  • docs: add changelog (43c85d0)
  • docs: add contributing guide (ea71f0a)
  • docs: add contributing section (8667834)
  • docs: add links to node.js and yarn (4eda8ca)
  • docs: add Linux support section (2c331db)
  • docs: add pdfImages function (fba0644)
  • docs: fix link to issues path (bb76b79)
  • docs: tidy punctuation (aa0c482)
  • docs: update README.md (9017e54)
  • docs(pdfImages): add note about outputPath param (8a83820)
  • fix(pdfImages): add if statement for outputPath param (acd0277)
  • test(pdfImages): add pdfImages function tests (fea63cf)
  • feat: add changelog generation (b310b67)
  • feat(pdfImages): add pdfImages function (48beb2d)