From d5e5b4941df25a13fc2247a59e5a4f3200309412 Mon Sep 17 00:00:00 2001 From: Matthew McEachen Date: Wed, 12 Jun 2024 00:13:29 -0700 Subject: [PATCH] prep release --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 72798e0..ecb2024 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.