v3.0.0-alpha.1
Pre-release
Pre-release
appellation
released this
25 Sep 18:13
·
60 commits
to master
since this release
Breaking changes
- Update ioredis to 4.0.0
Client#advanceBy
now accepts an info object as a second parameter- Signature:
(queue: Queue, info: { previous: string, remaining: number }) => number
previous
represents the track that just endedremaining
represents the number of songs left in the queue
- Signature:
Fixes
multirpoplpush
now returns properly- When popping/pushing a single elements, the command now properly returns an empty table instead of a table with a single false value
- It now properly exits early when the source list is emptied