Skip to content

Releases: numandev1/react-native-compressor

Release 1.8.9

02 Oct 22:37
Compare
Choose a tag to compare

1.8.9 (2023-10-02)

Bug Fixes

  • mime type and quality for umage png output (1e6c100)

Release 1.8.8

02 Oct 12:15
Compare
Choose a tag to compare

1.8.8 (2023-10-02)

Bug Fixes

  • compile error on android due to coreprogress (c3f90f2)

Release 1.8.7

01 Oct 23:13
Compare
Choose a tag to compare

1.8.7 (2023-10-01)

Bug Fixes

  • audio wav and mp4 audio and bypass if fail (0c326d2)

Release 1.8.6

01 Oct 10:53
Compare
Choose a tag to compare

1.8.6 (2023-10-01)

Bug Fixes

  • android audio compression (5a9c4d6)

Release 1.8.5

26 Sep 18:48
Compare
Choose a tag to compare

1.8.5 (2023-09-26)

Bug Fixes

  • expo support and added expo example (db33c49)

Release 1.8.4

23 Sep 22:24
Compare
Choose a tag to compare

1.8.4 (2023-09-23)

Bug Fixes

  • get real path type (6ac2111)
  • image manual compression (599d400)
  • image returnableOutputType for base64 (e98d144)

Release 1.8.3

15 Sep 06:25
Compare
Choose a tag to compare

1.8.3 (2023-09-15)

Bug Fixes

  • a failure occurred while executing kotlin.compilerRunner (ad2f381)

Release 1.8.2

14 Sep 22:35
Compare
Choose a tag to compare

1.8.2 (2023-09-14)

Bug Fixes

  • android upload (83b65ac)
  • duplicate referance for create video tumbnail android (541310a)
  • increase speed of android video compression (4022fa9)

Release 1.8.1

13 Sep 22:57
Compare
Choose a tag to compare

1.8.1 (2023-09-13)

Features

  • add create video thumbnail and clear cache for thumbnail (f050510)

Release 1.8.0

10 Sep 21:52
Compare
Choose a tag to compare

1.8.0 (2023-09-10)

Break Changes

  • refactor: minimim file size to 0 previous it was 16 by @numandev1 in #166
  • Previously progressDivider was 10, now it is 0 by default and change by change by progressDivider
  • refactor: make auto compression by default by @numandev1 in #169
  • using kotlin_version = '1.7.0'

What's Changed

Full Changelog: v1.6.4...v1.8.0