Releases: jeremy-code/libexif-wasm
Releases · jeremy-code/libexif-wasm
v0.5.1
18 Apr 07:21
Compare
Sorry, something went wrong.
No results found
Patch Changes
b630b6f : add exifSupportLevelGetName function and export from libexif
v0.5.0
11 Apr 02:58
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Patch Changes
e8e86a5 : fix bug with exifData.saveData not saving correct bytes
v0.4.2
08 Apr 04:51
Compare
Sorry, something went wrong.
No results found
Patch Changes
2554349 : fix: fix component calculation for RATIONAL and SRATIONAL formats
v0.4.1
08 Apr 01:31
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Minor Changes
f24eae1 : add getExifTagTable.ts util, ExifEntry.toTypedArray(), update ExifTag.ts
v0.1.0
04 Apr 00:59
Compare
Sorry, something went wrong.
No results found
Minor Changes
bc0228d : update types, streamline w/ getters/setters, more consistent behavior