Skip to content

Releases: darky/bull-repl

0.16.1

24 Sep 18:39
Compare
Choose a tag to compare

Bug fix

  • fix runtime error, if "nullish" job appear (thanks @Ginden) #7

0.16.0

19 Sep 19:15
Compare
Choose a tag to compare

Improve

  • get, rm, retry, promote splat support. For example, get 1 2 3 returns jobs with ids: 1, 2, 3

0.15.0

18 Sep 10:57
Compare
Choose a tag to compare

New

  • logs command, which show logs of job
  • log command, which add log to job
  • get command, which show job by id

Improve

  • add command return id of added job

0.14.0

18 Sep 09:16
Compare
Choose a tag to compare

promote job (thanks @elirankon) #6

0.13.0

12 Sep 22:33
Compare
Choose a tag to compare
  • clean command

0.12.0

12 Sep 18:05
Compare
Choose a tag to compare
  • fetched jobs can filtered via timeAgo option using ms

0.11.0

12 Sep 17:21
Compare
Choose a tag to compare

Breaking change

  • connect [url] -> connect --redis

Other change

  • improve help for --filter option in active, waiting and other commands

0.10.0

11 Sep 18:16
Compare
Choose a tag to compare
  • fetched jobs can be filtered via query of searchjs

0.9.0

11 Sep 15:35
Compare
Choose a tag to compare
  • ability to extend REPL by own functional (thanks @dzaman) #5

0.8.0

13 Aug 13:33
Compare
Choose a tag to compare