Releases: numandev1/react-native-compressor
Releases ยท numandev1/react-native-compressor
Release 1.8.20
1.8.20 (2023-11-15)
Features
- add function for get image metadata exif (779ab91)
Release 1.8.18
1.8.18 (2023-11-15)
Features
- add cancelUpload and AbortController for backgroundUpload (#238) (364b84b)
Release 1.8.17
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
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
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
1.8.14 (2023-11-01)
Bug Fixes
- absolute path which does not start will file:// (7865898)
Release 1.8.13
1.8.13 (2023-10-31)
Bug Fixes
- uuid error when user try to upload (55be212)
Release 1.8.12
1.8.12 (2023-10-05)
Bug Fixes
- png transparent background (cdea764)
- size bigger for very less size images like 50kb (27f657c)