Releases: blakeembrey/node-exiftool2
Releases · blakeembrey/node-exiftool2
Ignore `_write` issues on node 10
Fixed
- Ignore pipe issues in
_write
Modernize Package
Changed
- Remove
execSync
method - Update
exiftool
- Update to latest TypeScript and
@types
, remove Typings - Rename
stream(): Writeable
toread(stream): Promise
to support promises
Improve pipe error handling
Fixed
- Improve the errors emitted by pipes
Streaming Multiple Files with `-stay_open`
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
Added
- Enable support for
-fast
, where the stream will close before pipe is finished
Initial Release
High level wrapper for exiftool
streaming and parsing.