Releases: larsrickert/discord-player-plus
Releases · larsrickert/discord-player-plus
v2.0.5
v2.0.4
v2.0.3
v2.0.2
v2.0.1
v2.0.0
2.0.0 (2023-06-13)
Make sure to read the version 2 migration guide.
Bug Fixes
chore
Features
BREAKING CHANGES
- engines: Changed type
PlayerEngineand all pre-built engines
(youtube, spotify and file) to returnSearchResult|nullinstead of
SearchResult[]. The previous return value just wrapped the search
result into an array so its length was always 1. Thats why it has been
changed. - engines:
player.search()now returnsSearchResult|null
instead ofSearchResult[] - bump min required version of
@discordjs/opusfrom
0.5.1to0.8.0 - bump min required version of
discord.jsfrom14.5.0
to14.8.0
v2.0.0-rc.2
v2.0.0-rc.1
2.0.0-rc.1 (2023-05-14)
Bug Fixes
chore
Features
BREAKING CHANGES
- engines: Changed type
PlayerEngineand all pre-built engines
(youtube, spotify and file) to returnSearchResult|nullinstead of
SearchResult[]. The previous return value just wrapped the search
result into an array so its length was always 1. Thats why it has been
changed. - engines:
player.search()now returnsSearchResult|null
instead ofSearchResult[] - bump min required version of
@discordjs/opusfrom
0.5.1to0.8.0 - bump min required version of
discord.jsfrom14.5.0
to14.8.0 - add peerDependency
discord-api-typeswith min version
0.37.0