Skip to content

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

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

v4.0.2

27 Jan 03:07
5617d1a
Compare
Choose a tag to compare

4.0.2 (2023-01-27)

Bug Fixes

  • preserve local files with extensions on re-init (#32) (5617d1a)

v4.0.1

25 Jan 19:20
5623cde
Compare
Choose a tag to compare

4.0.1 (2023-01-25)

Bug Fixes

  • optimize setActiveNetworkTypes to not do anything when types haven't changed (#31) (5623cde)

v4.0.0

25 Jan 05:50
409c875
Compare
Choose a tag to compare

4.0.0 (2023-01-25)

⚠ BREAKING CHANGES

  • If you pass netInfoAddEventListener, you must now also pass netInfoFetchState
    (which for people will mostly be NetInfo.fetch).

Features

  • allows setActiveNetworkTypes to change the networks you accept (#30) (409c875)