Releases: mattiasw/ExifReader
Releases · mattiasw/ExifReader
2.8.2: Include TypeScript typings file in npm package
2.8.1: Add non-exif image metadata tags
2.7.0: Remove explicit dependencies for Node.js + TypeScript type definitions
2.6.0: New IPTC tags and content decoding + bug fixes
2.5.0: Add MetadataMissingError
When there is not Exif info in the image file, a new error MetadataMissingError
is now thrown.
2.4.0: Better handling of odd image files
2.3.0: Change license to MPL-2.0
2.2.0: Add option to expand Exif, IPTC and XMP tags into separate parts
2.1.2: Decode strings that have non-ASCII, non-UTF-8 chars
2.1.1: Bugfix for zero-length ASCII fields
Fix zero-length ASCII field bug.