Skip to content

Releases: numandev1/react-native-compressor

Release 1.8.24

13 Feb 08:19
Compare
Choose a tag to compare

Release 1.8.23

15 Dec 18:12
Compare
Choose a tag to compare

1.8.23 (2023-12-15)

Bug Fixes

Release 1.8.22

17 Nov 22:07
Compare
Choose a tag to compare

1.8.22 (2023-11-17)

Bug Fixes

  • use new image metadata as destination when copying exif data (5428396)

Release 1.8.21

16 Nov 10:42
Compare
Choose a tag to compare

1.8.21 (2023-11-16)

Bug Fixes

Release 1.8.20

15 Nov 23:19
Compare
Choose a tag to compare

1.8.20 (2023-11-15)

Features

  • add function for get image metadata exif (779ab91)

Release 1.8.18

15 Nov 06:59
Compare
Choose a tag to compare

1.8.18 (2023-11-15)

Features

  • add cancelUpload and AbortController for backgroundUpload (#238) (364b84b)

Release 1.8.17

12 Nov 22:26
Compare
Choose a tag to compare

1.8.17 (2023-11-12)

Bug Fixes

  • video compression in background mode (948dd6b)

Features

  • add ability to control bitrate, samplerate and channel for audio compression (36eec5e)

Release 1.8.16

09 Nov 22:04
Compare
Choose a tag to compare

1.8.16 (2023-11-09)

Break Changes into getVideoMetaData function,

just changed the data types in it

{
  extension: string;
  size: number;
  duration: number;
  width: number;
  height: number;
}

Bug Fixes

  • duration as a float value instead of int (7dbb17c)

Release 1.8.15

04 Nov 00:22
Compare
Choose a tag to compare

1.8.15 (2023-11-04)

Bug Fixes

  • copy exif info of source image into compressed image (a557f67)
  • compressVideo: reject promise on failure or cancellation (187de0c)

Release 1.8.14

01 Nov 22:58
Compare
Choose a tag to compare

1.8.14 (2023-11-01)

Bug Fixes

  • absolute path which does not start will file:// (7865898)