Skip to content

Releases: SimonErm/react-native-job-queue

0.5.2

21 Aug 21:01
Compare
Choose a tag to compare

0.5.1

08 Jan 21:15
Compare
Choose a tag to compare

Fix #99

0.5.0

06 Jul 20:12
Compare
Choose a tag to compare

Pass jobId to executer.

0.4.2

31 Mar 18:33
Compare
Choose a tag to compare

Remove unused react peerDependency

0.4.0

08 Mar 20:25
Compare
Choose a tag to compare

Features:

  • add requeueJob method
  • add removeJob method

0.3.1

28 Feb 21:17
Compare
Choose a tag to compare

Fix:

  • return all jobs by calling getJobs

0.3.0

28 Feb 21:14
Compare
Choose a tag to compare

Feature:

  • Allow job cancelation

0.2.7

16 Feb 21:10
Compare
Choose a tag to compare

Fix: remove spamming log

Fix: retry limit is ignored because of typo

18 Jan 20:58
Compare
Choose a tag to compare

v0.2.4

30 Sep 20:35
Compare
Choose a tag to compare

Skip v0.2.3 since it was a mistake.

Changes:

  • Jobs which are marked as active before the queue starts get reseted to prevent abboned jobs

Fixes:

  • the executer tries more attempts than configured