Releases: fivecar/react-native-background-downloader-queue
Releases · fivecar/react-native-background-downloader-queue
v5.3.0
5.3.0 (2025-09-25)
Features
- send onDone notifications during init (#48) (61ece4f)
v5.2.1
5.2.1 (2025-04-08)
Bug Fixes
- use fractions instead of percents for progress (#47) (36306bf)
v5.2.0
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
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