Skip to content

Releases: fivecar/react-native-background-downloader-queue

v5.3.0

25 Sep 00:04
61ece4f
Compare
Choose a tag to compare

5.3.0 (2025-09-25)

Features

  • send onDone notifications during init (#48) (61ece4f)

v5.2.1

08 Apr 06:29
36306bf
Compare
Choose a tag to compare

5.2.1 (2025-04-08)

Bug Fixes

  • use fractions instead of percents for progress (#47) (36306bf)

v5.2.0

05 Apr 07:39
04ffc5e
Compare
Choose a tag to compare

5.2.0 (2025-04-05)

Features

  • bumps core react-native-background-downloader (#45) (ac5d57f)

Bug Fixes

  • fixes api calls to underlying downloader (#46) (04ffc5e)

v5.1.0

13 Dec 20:03
b54fc2c
Compare
Choose a tag to compare

5.1.0 (2024-12-13)

Features

  • removes duplicate spec records with same URL (#44) (b54fc2c)

v5.0.4

15 Mar 01:23
ae7e055
Compare
Choose a tag to compare

5.0.4 (2023-03-15)

Bug Fixes

  • don't pause downloads until ready (#42) (ae7e055)

v5.0.3

19 Feb 08:45
9b94e51
Compare
Choose a tag to compare

5.0.3 (2023-02-19)

Bug Fixes

  • dynamically update spec paths when home directory changes (#40) (9b94e51)

v5.0.2

15 Feb 20:50
7cc539b
Compare
Choose a tag to compare

5.0.2 (2023-02-15)

Bug Fixes

  • remove stale files more aggressively (#39) (7cc539b)

v5.0.1

07 Feb 21:35
c673ee0
Compare
Choose a tag to compare

5.0.1 (2023-02-07)

Bug Fixes

  • don't re-download completed downloads on next init() (#38) (c673ee0)

v5.0.0

04 Feb 01:33
3ef589b
Compare
Choose a tag to compare

5.0.0 (2023-02-04)

⚠ BREAKING CHANGES

  • This includes implementing its new way of restoring downloads upon app restart. We've moved to requiring "@kesha-antonov/react-native-background-downloader" as opposed to pulling it directly from GitHub.

Features

  • upgrade to @kesha-antonov/react-native-background-downloader 2.6.9 (#34) (5275e77)

Bug Fixes

  • getAvailableUrl returns remote when lazy-deleted (#36) (1574e27)
  • integrates new types from DefinitelyTyped (#37) (3ef589b)
  • restart downloads when we think they're finished but they're not on disk (#35) (8a355de)

v4.0.3

28 Jan 09:14
82dfd8f
Compare
Choose a tag to compare

4.0.3 (2023-01-28)

Bug Fixes