Skip to content

Commit

Permalink
chore: prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Aug 18, 2020
1 parent 5d02cc8 commit f13db30
Show file tree
Hide file tree
Showing 4 changed files with 464 additions and 465 deletions.
10 changes: 5 additions & 5 deletions API.md
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ This will not work if the file is encrypted.

### poppler.pdfToCairo(options, file, [outputFile]) ⇒ <code>Promise.&lt;(string\|Error)&gt;</code>

Converts PDF to PNG/JPEG/TIFF/PDF/PS/EPS/SVG.
Converts a PDF file to PNG/JPEG/TIFF/PDF/PS/EPS/SVG.

**Kind**: instance method of [<code>Poppler</code>](#Poppler)
**Returns**: <code>Promise.&lt;(string\|Error)&gt;</code> - Promise of stdout string on resolve, or Error object on rejection.
Expand Down Expand Up @@ -251,7 +251,7 @@ Converts PDF to PNG/JPEG/TIFF/PDF/PS/EPS/SVG.

### poppler.pdfToHtml([options], file) ⇒ <code>Promise.&lt;(string\|Error)&gt;</code>

Converts PDF file to HTML.
Converts a PDF file to HTML.
Poppler will use the directory and name of the original file
and append `-html` to the end of the filename.

Expand Down Expand Up @@ -290,7 +290,7 @@ and append `-html` to the end of the filename.

### poppler.pdfToPpm(options, file, outputPath) ⇒ <code>Promise.&lt;(string\|Error)&gt;</code>

Converts PDF to to colour image files in Portable Pixmap (PPM) format,
Converts a PDF file to colour image files in Portable Pixmap (PPM) format,
grayscale image files in Portable Graymap (PGM) format, or monochrome image files
in Portable Bitmap (PBM) format.

Expand Down Expand Up @@ -340,7 +340,7 @@ in Portable Bitmap (PBM) format.

### poppler.pdfToPs([options], file, [outputFile]) ⇒ <code>Promise.&lt;(string\|Error)&gt;</code>

Converts PDF to PostScript (PS).
Converts a PDF file to PostScript (PS).

**Kind**: instance method of [<code>Poppler</code>](#Poppler)
**Returns**: <code>Promise.&lt;(string\|Error)&gt;</code> - Promise of stdout string on resolve, or Error object on rejection.
Expand Down Expand Up @@ -392,7 +392,7 @@ Converts PDF to PostScript (PS).

### poppler.pdfToText([options], file, [outputFile]) ⇒ <code>Promise.&lt;(string\|Error)&gt;</code>

Converts PDF to TXT.
Converts a PDF file to TXT.

**Kind**: instance method of [<code>Poppler</code>](#Poppler)
**Returns**: <code>Promise.&lt;(string\|Error)&gt;</code> - Promise of stdout string on resolve, or Error object on rejection.
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## <small>1.8.2 (2020-08-18)</small>

- chore: reduce minimum nodejs engine version from 12.x to 10.x ([183400d](https://github.com/Fdawgs/node-poppler/commit/183400d))
- chore(github): add issue templates ([adbe5c9](https://github.com/Fdawgs/node-poppler/commit/adbe5c9))
- chore(index): spelling and grammar fixes to jsdoc tags ([e3cc16e](https://github.com/Fdawgs/node-poppler/commit/e3cc16e))
- build(deps-dev): bump dev dependencies to resolve security cve ([310a943](https://github.com/Fdawgs/node-poppler/commit/310a943))

## <small>1.8.1 (2020-07-26)</small>

- build(deps-dev): bump dev dependencies ([27bb199](https://github.com/Fdawgs/node-poppler/commit/27bb199))
Expand Down
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "node-poppler",
"version": "1.8.1",
"version": "1.8.2",
"description": "Asynchronous node.js wrapper for the Poppler PDF rendering library",
"keywords": [
"async",
Expand Down Expand Up @@ -44,20 +44,20 @@
"useTabs": true
},
"devDependencies": {
"@commitlint/config-conventional": "^9.1.1",
"conventional-changelog-cli": "^2.0.35",
"@commitlint/config-conventional": "^9.1.2",
"conventional-changelog-cli": "^2.1.0",
"coveralls": "^3.1.0",
"cross-env": "^7.0.2",
"eslint": "^7.6.0",
"eslint": "^7.7.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^23.20.0",
"eslint-plugin-jsdoc": "^30.2.0",
"eslint-plugin-jsdoc": "^30.2.4",
"eslint-plugin-json": "^2.1.2",
"eslint-plugin-promise": "^4.2.1",
"glob": "^7.1.6",
"jest": "^26.2.2",
"jest": "^26.4.0",
"jsdoc-to-markdown": "^6.0.1",
"jsinspect": "^0.12.7",
"prettier": "2.0.5"
Expand Down
Loading

0 comments on commit f13db30

Please sign in to comment.