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