Skip to content

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

v2.3.0

21 Jan 23:42
47c6924

Choose a tag to compare

2.3.0 (2023-01-21)

Features

  • getStatus for single-file status (#15) (47c6924)

v2.2.1

21 Jan 23:05
d0fbf7e

Choose a tag to compare

2.2.1 (2023-01-21)

Bug Fixes

  • respect setActive===false even with network change (#14) (d0fbf7e)

v2.2.0

21 Jan 20:55
e98d6be

Choose a tag to compare

2.2.0 (2023-01-21)

Features

  • provide local path in onDone notification (#13) (e98d6be)

v2.1.0

21 Jan 19:26
750c746

Choose a tag to compare

2.1.0 (2023-01-21)

Features

  • handlers: added onWillRemove prior to removing urls (#11) (750c746)

v2.0.0

21 Jan 09:10
868f570

Choose a tag to compare

2.0.0 (2023-01-21)

⚠ BREAKING CHANGES

  • Constructor can no longer be called with options, and the way that options are
    passed to init() is now changed to an object.

  • feat: get rid of NetInfo dependency

This now makes our d.ts file completely free of external dependencies

  • feat: accept NetInfoStateType[] for pausing downloads

This is the most generalized form of accepting wifi-only downloads (since most people mean to also include ethernet)

Features

  • retries of failed downloads, and support of wifi-only (#10) (868f570)

v1.5.0

20 Jan 00:02
7d93c3c

Choose a tag to compare

1.5.0 (2023-01-20)

Features

v1.4.0

19 Jan 02:46
19fd372

Choose a tag to compare

1.4.0 (2023-01-19)

Features

  • turns out npm won't accept "download" in pkg name (#8) (19fd372)