Skip to content

Releases: mattiasw/ExifReader

4.5.0: Thumbnail added to TypeScript typings

12 Apr 05:21
Compare
Choose a tag to compare

4.4.0: Updated TypeScript typings for load() function

12 Mar 21:37
Compare
Choose a tag to compare

It was missing the new asynchronous cases for passing in a File, path or URL.

4.3.1: README update for React Native

11 Mar 06:42
Compare
Choose a tag to compare

4.3.0: Raw XMP string

04 Mar 22:35
Compare
Choose a tag to compare

The raw XMP string is now available at tags.xmp._raw when using expanded: true.

4.2.0: React Native

23 Jan 15:55
Compare
Choose a tag to compare

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()

30 Dec 17:15
Compare
Choose a tag to compare

4.1.0: JFIF

21 Nov 17:47
Compare
Choose a tag to compare

JFIF tags.

4.0.0

31 Oct 15:59
Compare
Choose a tag to compare

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

3.16.0: Directly pass in file path, URL, or File object

06 Jun 16:51
Compare
Choose a tag to compare

3.15.0: Non-standard MicrosoftPhoto:Rating XMP clashing fix

25 Apr 15:49
Compare
Choose a tag to compare