Releases: numandev1/react-native-compressor
Releases · numandev1/react-native-compressor
Release 1.7.2
Release 1.7.1
Release 1.7.0
Break Changes
- add support for new architecture turbo module (fd9f31d)
- refactor: minimum file size to 0 previous it was 16 by @numandev1 in #166
now default minimumFileSizeForCompress is zero but you can set any limit - refactor: make auto compression by default by @numandev1 in #169
So no need to explicitly mentioncompressionMethod: 'auto'
1.7.0 (2023-08-21)
Features
- add support for new architecture turbo module (fd9f31d)
What's Changed
- refactor: minimim file size to 0 previous it was 16 by @numandev1 in #166
- chore: update react native to 0.72.4 by @numandev1 in #167
- chore: fix: manual compression bitrate and maxsize issue by @numandev1 in #168
- refactor: make auto compression by default by @numandev1 in #169
Full Changelog: v1.6.4...v1.7.0
Release 1.6.3
Release 1.6.2
- Merge pull request #160 from numandev1/docs/update-1 (149986d)
- docs: update (25306d5)
- Merge pull request #159 from atultiwaree/sentence (a031bef)
- Fixed incorrect sentence (b0686a2)
- Merge pull request #134 from cd-butterfly/master (8a95003)
- Merge pull request #149 from luizaugustoventura/fixing-new-native-event-emitter-error (8085ea8)
- Fixing new NativeEventEmitter error (038b42d)
- fix:compressVideo onError resolved path should startsWith file:// (1bf3085)
- fix:compressVideo result path should startsWith file:// (006189b)
- Merge pull request #131 from closetothe/master (2fb2629)
- fix: allow maxSize option for manual compression (6545429)
Release 1.6.1
1.6.1 (2022-09-29)
Release 1.6.0
Release 1.5.2
1.5.2 (2022-02-22)
Release 1.5.1
1.5.1 (2022-02-08)
Bug Fixes
- minimumFileSizeForCompress for 0 value (520cc98)
- the given long is not in the range of uint32 (1040958)
Features
- add getVideoMetaData function for video metadata (490c8cb)
- add ph file support for image due to cameraroll (361ea96)
- add ph file support for video due to cameraroll (ph://) (e6f8124)
- content:// uri scheme support for android (a93a404)
- explose ph:// and content:// real path by getRealPath function (bde0410)
Release 1.5.0
1.5.0 (2022-01-31)
Bug Fixes
- minimumFileSizeForCompress for 0 value (520cc98)
- the given long is not in the range of uint32 (1040958)
Features
- add getVideoMetaData function for video metadata (490c8cb)
- add ph file support for image due to cameraroll (361ea96)
- add ph file support for video due to cameraroll (ph://) (e6f8124)
- content:// uri scheme support for android (a93a404)
- explose ph:// and content:// real path by getRealPath function (bde0410)