Skip to content

Release 27.0.0

Compare
Choose a tag to compare
@mceachen mceachen released this 12 Jun 07:15
· 141 commits to main since this release
c7b72d6
  • 💔 ExifToolOptions.struct is now "undef" | 0 | 1 | 2. See #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.

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