Releases: fivecar/react-native-background-downloader-queue
Releases · fivecar/react-native-background-downloader-queue
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)
v3.0.1
3.0.1 (2023-01-25)
Bug Fixes
- don't revive lazy deletes even if the OS wants to (#29) (1e3f7f8)
v3.0.0
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
2.6.0 (2023-01-22)
Features
- always create local storage directory (#22) (87feb47)
v2.5.0
2.5.0 (2023-01-22)
Features
Bug Fixes
- repaired the typescript expectations for strings (#21) (536ebf4)
v2.4.1
2.4.1 (2023-01-22)
Bug Fixes
- account for broken types library and hardcode strings (#18) (1ee66ac)
v2.4.0
2.4.0 (2023-01-22)
Features
- revive each background task according to its status (#17) (7d32e45)
v2.3.1
2.3.1 (2023-01-22)
Bug Fixes
- send begin/done events for revived lazy deletes (#16) (1ad90b0)