Skip to content

Releases: jonathas/node-pdf2img-promises

0.7.3

07 Jan 15:15
2ffa0ad
Compare
Choose a tag to compare
  • chore(release): removing .github directory from the release 1f59412

0.7.2

07 Jan 15:13
de8aa92
Compare
Choose a tag to compare
  • chore: updates in release-it config 9dcd72a
  • chore: added github files ccc06df
  • docs: updated the readme 490b993
  • chore(release-it): correct branch name b0bb360
  • chore: smaller package size a83785d

refactor

07 Jan 14:56
6464ba1
Compare
Choose a tag to compare
  • refactor: changes after eslint 16766aa
  • docs: added the changelog file d6a5b67

security updates

07 Jan 14:23
58da966
Compare
Choose a tag to compare
  • chore(deps): bump handlebars from 4.0.11 to 4.7.7 #4
  • chore(deps): bump minimatch from 3.0.4 to 5.0.1 #7
  • chore(deps): bump path-parse from 1.0.5 to 1.0.7 #2
  • chore(deps): bump lodash from 4.17.4 to 4.17.21 #3
  • chore(deps): bump minimist, mkdirp, handlebars and mocha #5
  • feat: handle exception throw from inputStream #1
  • chore: release process with release-it b353cc9
  • chore(deps-dev): security updates for libs 14411fb
  • Started using the mime package in order to detect the file type properly ec3818e

Events

27 Nov 17:53
Compare
Choose a tag to compare

The lib is now an EventEmitter, so you can listen to the file conversion progress. Check how on the README

Image quality support and more

27 Nov 15:52
Compare
Choose a tag to compare
  • Error handling was improved
  • The async lib dependency was removed
  • A method to get a new instance was implemented in order to be able to run multiple conversions at the same time.
  • An option to inform the desired image quality was implemented

Refactor the whole project

09 Nov 07:30
Compare
Choose a tag to compare

The whole project was refactored to use Promises instead of callbacks. Also a class was created for better organizing the code.