Skip to content

Releases: numandev1/react-native-compressor

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)

Release 1.8.13

31 Oct 09:41
Compare
Choose a tag to compare

1.8.13 (2023-10-31)

Bug Fixes

  • uuid error when user try to upload (55be212)

Release 1.8.12

05 Oct 14:08
Compare
Choose a tag to compare

1.8.12 (2023-10-05)

Bug Fixes

  • png transparent background (cdea764)
  • size bigger for very less size images like 50kb (27f657c)

Release 1.8.11

05 Oct 07:08
Compare
Choose a tag to compare

1.8.11 (2023-10-05)

Bug Fixes