Skip to content

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

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)

v3.0.1

25 Jan 00:07
1e3f7f8
Compare
Choose a tag to compare

3.0.1 (2023-01-25)

Bug Fixes

  • don't revive lazy deletes even if the OS wants to (#29) (1e3f7f8)

v3.0.0

24 Jan 18:58
c17ef47
Compare
Choose a tag to compare

3.0.0 (2023-01-24)

⚠ BREAKING CHANGES

  • The default behavior is now changed to not save files with extensions. To make this
    change not-breaking would have required that this package accept and use a polyfill for URL, which
    feels like it could cause greater problems for people who already use other polyfills.

Bug Fixes

  • accept urlToPath callback for people without URL.pathname polyfill (#25) (c17ef47), closes #23

v2.6.0

22 Jan 08:53
87feb47
Compare
Choose a tag to compare

2.6.0 (2023-01-22)

Features

  • always create local storage directory (#22) (87feb47)

v2.5.0

22 Jan 07:57
536ebf4
Compare
Choose a tag to compare

2.5.0 (2023-01-22)

Features

Bug Fixes

  • repaired the typescript expectations for strings (#21) (536ebf4)

v2.4.1

22 Jan 05:07
1ee66ac
Compare
Choose a tag to compare

2.4.1 (2023-01-22)

Bug Fixes

  • account for broken types library and hardcode strings (#18) (1ee66ac)

v2.4.0

22 Jan 04:45
7d32e45
Compare
Choose a tag to compare

2.4.0 (2023-01-22)

Features

  • revive each background task according to its status (#17) (7d32e45)

v2.3.1

22 Jan 00:27
1ad90b0
Compare
Choose a tag to compare

2.3.1 (2023-01-22)

Bug Fixes

  • send begin/done events for revived lazy deletes (#16) (1ad90b0)