Skip to content

Releases: jeremy-code/libexif-wasm

v0.5.1

18 Apr 07:21
eb05833

Choose a tag to compare

Patch Changes

  • b630b6f: add exifSupportLevelGetName function and export from libexif

v0.5.0

11 Apr 02:58
e9016e2

Choose a tag to compare

Minor Changes

  • 1931fe4: feat: add fromReadableStream method to ExifData for loading data from ReadableStream

Patch Changes

  • e0ab258: fix: return result of exif_loader_write in write method

v0.4.3

08 Apr 06:09
eef3662

Choose a tag to compare

Patch Changes

  • e8e86a5: fix bug with exifData.saveData not saving correct bytes

v0.4.2

08 Apr 04:51
272f242

Choose a tag to compare

Patch Changes

  • 2554349: fix: fix component calculation for RATIONAL and SRATIONAL formats

v0.4.1

08 Apr 01:31
d449ffe

Choose a tag to compare

Patch Changes

  • bc91e54: chore: update ExifData to never return null to match implementation
  • fd0df35: rename value getter to .toString

v0.4.0

08 Apr 01:01
65e02d2

Choose a tag to compare

Minor Changes

  • 4c93294: add BiMap and handle enums with bidirectional mapping instead of iteration

Patch Changes

  • 53858c7: add mapRationalFromObject and mapRtionalToObject to make handling rationals slightly easier

v0.3.1

05 Apr 11:19
c51599c

Choose a tag to compare

Patch Changes

  • ac08cc7: export TagEntry type from getExifTagTable
  • c210ed1: move IfdTuple, IfdPtr types to /interfaces/libexif.ts and export those interfaces in index

v0.3.0

05 Apr 09:46
f893e20

Choose a tag to compare

Minor Changes

  • 4222093: chore: add IFD_NAMES constant

Patch Changes

  • 361bf7b: chore: add ValidTypedArray interface, update getDataAsTypedArray tests
  • 5284355: chore: remove TestEnum
  • 2d5ae99: feat: add .fromTypedArray() to ExifEntry
  • 1a49e32: chore: update ExifData .ifd setter to set ExifContent .parent
  • d509545: chore: break up interfaces.ts into interfaces directory

v0.2.0

05 Apr 02:55
cb633ab

Choose a tag to compare

Minor Changes

  • f24eae1: add getExifTagTable.ts util, ExifEntry.toTypedArray(), update ExifTag.ts

v0.1.0

04 Apr 00:59
d0907ba

Choose a tag to compare

Minor Changes

  • bc0228d: update types, streamline w/ getters/setters, more consistent behavior