Releases: darky/bull-repl
Releases · darky/bull-repl
0.16.1
Bug fix
- fix runtime error, if "nullish" job appear (thanks @Ginden) #7
0.16.0
Improve
get
, rm
, retry
, promote
splat support. For example, get 1 2 3
returns jobs with ids: 1, 2, 3
0.15.0
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.12.0
- fetched jobs can filtered via timeAgo option using ms
0.11.0
Breaking change
connect [url]
-> connect --redis
Other change
- improve help for
--filter
option in active
, waiting
and other commands
0.10.0
- fetched jobs can be filtered via query of searchjs
0.9.0
- ability to extend REPL by own functional (thanks @dzaman) #5