Releases: jonathas/node-pdf2img-promises
Releases · jonathas/node-pdf2img-promises
0.7.3
0.7.2
refactor
security updates
- 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
Image quality support and more
- 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
The whole project was refactored to use Promises instead of callbacks. Also a class was created for better organizing the code.