Skip to content

Releases: w3nl/ppt-png

Updating dependencies

13 Aug 07:59
Compare
Choose a tag to compare

Fix potential security vulnerabilities by updating dependencies.

Be more flexible with the document convert command

04 Jul 07:05
Compare
Choose a tag to compare

documentConvert: Overrule the document convert command, default is 'libreoffice --headless --convert-to pdf --outdir'

new Converter({
    files: ...,
    ...
    documentConvert: 'libreoffice --headless --convert-to pdf --outdir',
    ...
).run();

Update the array helper package.

08 Oct 19:37
Compare
Choose a tag to compare

Update the array helper package, so all packages are safe.

Remove unoconf, update packages

04 Oct 20:25
Compare
Choose a tag to compare
Pre-release

We now use the libreoffice converter.
Unoconf isnt needed anymore.

Use array-helpers package

07 Sep 13:29
Compare
Choose a tag to compare
Pre-release
  • Use array-helpers package.

Automate testing

07 Sep 13:29
Compare
Choose a tag to compare
Automate testing Pre-release
Pre-release
  • Check code with mocha tests.
  • Use coveralls.

Automate testing

07 Sep 13:28
Compare
Choose a tag to compare
Automate testing Pre-release
Pre-release
  • Use travis.
  • Add link to npm stats.

More error details, return also failed files

06 Sep 20:38
Compare
Choose a tag to compare
  • Return success and failed files.
  • run contains the promise parameters, was on the next function.
  • More error details.
  • pdf2image error logged.