Skip to content

Commit

Permalink
prep release
Browse files Browse the repository at this point in the history
  • Loading branch information
mceachen committed Jun 12, 2024
1 parent 72d3afe commit d5e5b49
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,15 @@ vendored versions of ExifTool match the version that they vendor.

## Version history

### v27.0.0

- 💔 `ExifToolOptions.struct` is now `"undef" | 0 | 1 | 2`. See
[#184](https://github.com/photostructure/exiftool-vendored.js/issues/184)

-`ExifToolOptions` now includes `readArgs` and `writeArgs`, which can be
specified both at `ExifTool` construction, as well as calls to `ExifTool.read`
and `ExifTool.write`. The prior method signatures are deprecated.

### v26.2.0

- ✨ Support for all ExifTool `struct` modes (fixes [#184](https://github.com/photostructure/exiftool-vendored.js/issues/184)). See [ExifToolOptions.struct](https://photostructure.github.io/exiftool-vendored.js/interfaces/ExifToolOptions.html#struct) for details.
Expand Down

0 comments on commit d5e5b49

Please sign in to comment.