Releases: numandev1/react-native-compressor
Releases · numandev1/react-native-compressor
Release 1.10.3
1.10.3 (2024-12-05)
Bug Fixes
- temporary fix for kAudioFormatAPAC (e28edf0)
Release 1.10.2
1.10.2 (2024-12-05)
Bug Fixes
- cannot find 'kAudioFormatAPAC' in scope (584c571)
- example dir (8756e00)
Release 1.10.1-alpha.0
- Merge pull request #321 from numandev1/fix/iphone-16-compression (9614919)
- fix: iphone 16 and pro max compression issue (6843e64)
Release 1.9.0
1.9.0 (2024-09-11)
as we are upgrading the isoParser
version in Android, it could be break changes in android if you are using a different version of isoParser
in another library
now we are using implementation 'org.mp4parser:isoparser:1.9.56'
Features
Release 1.8.25
1.8.25 (2024-06-14)
Bug Fixes
- ios manual image compress fixed (eddcc10)
- mp4parser: now works from 1.0.6 to 1.1.22 (3a054d9)
- android size to bytes as same as ios and ios cleanCacheDir add check and ios manualCompressionHelper bitRate safe convert (6ad644b)
- compress wav file error (3b41d5f)
- compress wav file error (36aa1ba)
Release 1.8.22
1.8.22 (2023-11-17)
Bug Fixes
- use new image metadata as destination when copying exif data (5428396)