Releases: Fdawgs/node-poppler
Releases · Fdawgs/node-poppler
v1.5.2
- 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)
v1.5.1
- 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)
v1.5.0
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)
v1.4.1
v1.4.0
v1.3.0
- Updated dev dependencies
- Updated API.md with pdfFonts, pdfSeperate, and pdfUnite function documentation
pdfFonts
- Added pdfFonts function
pdfSeparate
- Added pdfSeparate function
pdfToCairo
- Added tiffCompression option
pdfToHtml
- Fixed noRoundedCoordinates and wordBreakThreshold args
pdfUnite
- Added pdfUnite function
v1.2.0
v1.1.1
v1.1.0
- Updated dev dependencies
- Updated readme with links and corrected examples
- Added pdfToText function
- Replaced console log of error with a returned Error object if an OS isn't supported
pdfToHtml
- Added support for userPassword and ownerPassword options
pdfToCairo
- Added support for userPassword and ownerPassword options