Skip to content

Releases: mattiasw/ExifReader

4.9.2: Bug fixes for TypeScript type definitions

26 Feb 17:09
Compare
Choose a tag to compare

Fixes for the types for the GPSImgDirection tag and XMP tags in general.

4.9.1: TypeScript type definitions for new options

19 Dec 17:18
Compare
Choose a tag to compare

4.9.0: Length option

12 Dec 21:32
Compare
Choose a tag to compare

This release adds an option length to specify to only load the beginning of a file. See README for more details.

4.8.1: More found tags

08 Nov 21:37
Compare
Choose a tag to compare

Fix for a small bug that will make it find more tags for some images.

4.8.0: New typings

07 Nov 19:38
Compare
Choose a tag to compare

Types for OffsetTime, OffsetTimeDigitized, OffsetTimeOriginal, and GPSHPositioningError.

4.7.0: Node 18 support

04 Nov 21:23
Compare
Choose a tag to compare

4.6.0: More translated XMP descriptions

01 Oct 19:03
Compare
Choose a tag to compare

4.5.1: Shutter speed and typings

02 Aug 18:58
Compare
Choose a tag to compare
  • ExposureTime and ShutterSpeedValue are now presented correctly when the value is longer than one second.
  • The _raw property for XMP is now present in the TypeScript type definition.

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.