Skip to content

Releases: numandev1/react-native-compressor

Release 1.7.2

03 Sep 22:20
Compare
Choose a tag to compare

1.7.2 (2023-09-03)

Bug Fixes

  • manual video compression (bfe0d05)

Release 1.7.1

03 Sep 09:46
Compare
Choose a tag to compare

1.7.1 (2023-09-03)

Bug Fixes

Features

  • add support for remote/server image compression (cfa674a)

Release 1.7.0

21 Aug 17:37
Compare
Choose a tag to compare

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 mention compressionMethod: 'auto'

1.7.0 (2023-08-21)

Features

  • add support for new architecture turbo module (fd9f31d)

What's Changed

Full Changelog: v1.6.4...v1.7.0

Release 1.6.3

02 Aug 09:26
Compare
Choose a tag to compare
  • Merge pull request #162 from numandev1/docs/update-2 (bf42404)
  • chore: update docs (d51f040)
  • Merge pull request #161 from parlinsqe/master (888e6c7)
  • Add missing suppress lint (7945196)

Release 1.6.2

29 Jul 00:07
Compare
Choose a tag to compare
  • 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

29 Sep 13:01
Compare
Choose a tag to compare

1.6.1 (2022-09-29)

Release 1.6.0

29 Sep 06:24
Compare
Choose a tag to compare

1.6.0 (2022-09-29)

Bug Fixes

Features

  • add creation time to returned metadata (79babeb)

Release 1.5.2

22 Feb 05:36
Compare
Choose a tag to compare

1.5.2 (2022-02-22)

Release 1.5.1

08 Feb 10:19
Compare
Choose a tag to compare

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

31 Jan 13:33
Compare
Choose a tag to compare

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)