Skip to content

Releases: blakeembrey/node-exiftool2

Ignore `_write` issues on node 10

22 Jan 06:40
Compare
Choose a tag to compare

Fixed

  • Ignore pipe issues in _write

Modernize Package

22 Jan 05:48
Compare
Choose a tag to compare

Changed

  • Remove execSync method
  • Update exiftool
  • Update to latest TypeScript and @types, remove Typings
  • Rename stream(): Writeable to read(stream): Promise to support promises

Improve pipe error handling

29 Jul 04:30
Compare
Choose a tag to compare

Fixed

  • Improve the errors emitted by pipes

Streaming Multiple Files with `-stay_open`

29 Jul 00:58
Compare
Choose a tag to compare

Added

  • Support streaming multiple files with -stay_open True by using temporary file streams

Fixed

  • Catch ECONNRESET errors on Travis and ignore

Support `-fast` exit

29 Jul 00:56
Compare
Choose a tag to compare

Added

  • Enable support for -fast, where the stream will close before pipe is finished

Initial Release

29 Jul 00:56
Compare
Choose a tag to compare

High level wrapper for exiftool streaming and parsing.