Release 27.0.0
-
💔
ExifToolOptions.struct
is now"undef" | 0 | 1 | 2
. See #184 -
✨
ExifToolOptions
now includesreadArgs
andwriteArgs
, which can be specified both atExifTool
construction, as well as calls toExifTool.read
andExifTool.write
. The prior method signatures are deprecated.
Commits
- prep release (d5e5b49)
- tweak docs (72d3afe)
- yarn docs (b2e3814)
- Fix #184. Improve .read and .write APIs (d56fff7)
- rebuild docs (c605676)
- use "undef" instead of
undefined
to avoid inheriting the default (ece7bcd) - fix jsdoc (dd14db3)
- remediate ReDOS patterns (none were hit with untrusted sources, so this is more to shush github) (d7360d9)
- add link to struct jsdoc (40b5179)
Full Changelog: v26.2.0...v27.0.0