Releases: mattiasw/ExifReader
Releases · mattiasw/ExifReader
4.5.0: Thumbnail added to TypeScript typings
4.4.0: Updated TypeScript typings for load() function
It was missing the new asynchronous cases for passing in a File, path or URL.
4.3.1: README update for React Native
4.3.0: Raw XMP string
The raw XMP string is now available at tags.xmp._raw
when using expanded: true
.
4.2.0: React Native
Added instructions to README on how to use ExifReader with React Native and local files plus a fix for remote files.
4.1.1: Handle undefined input value to loadView()
4.1.0: JFIF
JFIF tags.
4.0.0
Major version update 4.0.0. A couple of small breaking changes that shouldn't affect too many users:
- Node.js 10+ is needed to read XMP tags (requirement from xmldom dependency)
- XMP arrays with complex items are now parsed correctly, e.g. Regions (see issue #129 for more details)
- Unknown tags are no longer included by default