Releases: photostructure/exiftool-vendored.js
Releases · photostructure/exiftool-vendored.js
Release 21.5.1
-
📦 Avoid double-rendering of ImageDataMD5 (Thanks, Phil! See forum post for details)
-
📦 Pull down new camera test images, rebuild Tags and docs
Commits
Release 21.5.0
-
✨ Added support for ExifTool's MWG Composite Tags. Set the new
ExifToolOptions.useMWG
option totrue
to enable. -
✨ Added support for ExifTool's new
ImageDataMD5
feature. Set the newExifToolOptions.includeImageDataMD5
option totrue
to enable. -
📦 Extracted options-related code into modules to remove a couple circular dependencies. Exports should make this transparent to external clients.
Commits:
- prep release (d5a8103)
- add ImageDataMD5 support to Tags (d8ef650)
- rebuild docs (8fae9a4)
- rebuild tags (996a234)
- Add MWG and MD5 support. - put ExifTool on a diet--extract several interfaces and consts into their own new file - add options support to both read and write tasks - fix typing warnings by exporting Literal/Json - add ImageDataMD5 tests - add MWG read/write round trip tests (a02a363)
Full Changelog: v21.4.0...v21.5.0
Release 21.4.0
Release 21.3.0
Release 21.2.0
Release 21.1.0
- Rebuild tags and docs (49fdbcb)
- prep release changelog (68ef4c8)
- ncu -u (fa4f529)
- fix for issue #131: GPS lat/lon refs (174b25f)
- prove that the GPS write error was after 12.50? (debugging issue #131) (cd897a7)
- attempt to reproduce #131 (d9bfd9a)
- remote unused @types/rimraf and @types/tar-fs (c94ca48)
Release 21.0.0
Release 20.0.0
- prep changelog (6e626da)
- yarn docs (546f9aa)
- ncu -u (ef700b8)
- rebuilt tags (a370e97)
yarn docs
(6f4d5f9)yarn prettier
(e4fd9d2)ncu -u
(3f65a0c)- prep v20 (7c9c3b0)
- Remove spurious generic typing on ExifTool.write(). Add new write() tests. (843088f)
yarn prettier
now organizes imports (bfcefec)- ncu -u (593750a)
- yarn docs (012402c)
- ncu -u (2167cef)
- mktags with more RAW examples (85a8966)
Release 19.0.0
- HNY (9980664)
- prep v19.0.0 (78c0bad)
- rebuild docs (faedd0c)
- Rebuild tags with ExifTool v12.54 (f882ddc)
- pull in new ExifTool v12.54. Fix test from GPSAltitude. (006538f)
- support node 19's \u202f break between time and AM/PM 😠 (830ffb9)
- add node 19? (097b0f7)
- Comprehensive fix for #124 (27d114a)
- ncu -u (aa8728e)
- Use LF even on windows (1549417)
- Bump @types/fs-extra from 9.0.13 to 11.0.0 (5b5b8f0)
- ncu -u (67c3785)
- Merge branch 'main' of github.com:photostructure/exiftool-vendored.js (49fc5d5)
- rebuild tags (e152caf)
- add comments explaining date parsing by tag name (14240fd)
- fix month format (fa3677f)
- Bump typescript from 4.8.4 to 4.9.3 (020c691)
- add tagArgs (d7c7e28)
- GPG sign release tags (see release-it/release-it#350) (f76b626)
- rebuild docs (eb5d5a7)
- Improve documentation to avoid questions like #120 (0a710f9)
- Improved jsdocs and removed extraneous call to fromISO() (cbe026a)