Releases: fivecar/react-native-background-downloader-queue
Releases · fivecar/react-native-background-downloader-queue
v5.1.0
5.1.0 (2024-12-13)
Features
- removes duplicate spec records with same URL (#44) (b54fc2c)
v5.0.4
5.0.4 (2023-03-15)
Bug Fixes
v5.0.3
5.0.3 (2023-02-19)
Bug Fixes
- dynamically update spec paths when home directory changes (#40) (9b94e51)
v5.0.2
5.0.2 (2023-02-15)
Bug Fixes
- remove stale files more aggressively (#39) (7cc539b)
v5.0.1
5.0.1 (2023-02-07)
Bug Fixes
- don't re-download completed downloads on next init() (#38) (c673ee0)
v5.0.0
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
4.0.3 (2023-01-28)
Bug Fixes
v4.0.2
4.0.2 (2023-01-27)
Bug Fixes
- preserve local files with extensions on re-init (#32) (5617d1a)
v4.0.1
4.0.1 (2023-01-25)
Bug Fixes
- optimize setActiveNetworkTypes to not do anything when types haven't changed (#31) (5623cde)
v4.0.0
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)