Skip to content

v6.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 08 Jul 23:13
152a929

6.0.0 (2026-07-08)

⚠ BREAKING CHANGES

  • deps: DownloadQueue#terminate(), #pauseAll(), and
    #resumeAll() are now async and return Promise instead of void,
    so that they can correctly await the underlying task stop/pause/resume
    calls, which are no longer fire-and-forget in the new downloader
    library. Callers must now await these methods (or otherwise handle the
    returned promise) instead of calling them synchronously.

@fivecar/react-native-background-downloader is now a peerDependency
(matching react-native-fs and @react-native-async-storage/async-storage),
so consuming apps must install it directly. The separate
@types/kesha-antonov__react-native-background-downloader dev dependency
is no longer needed since the new package ships its own types.

Features

  • deps: migrate to @fivecar/react-native-background-downloader (#51) (152a929)