Skip to content

Releases: larsrickert/discord-player-plus

v2.0.5

20 Jan 17:24
Compare
Choose a tag to compare

2.0.5 (2024-01-20)

Bug Fixes

  • remove vulnerable dependencies (f4c8fd3)

v2.0.4

10 Dec 17:21
Compare
Choose a tag to compare

2.0.4 (2023-12-10)

Bug Fixes

v2.0.3

29 Nov 20:03
Compare
Choose a tag to compare

2.0.3 (2023-11-29)

Bug Fixes

v2.0.2

03 Oct 14:13
Compare
Choose a tag to compare

2.0.2 (2023-10-03)

Bug Fixes

v2.0.1

29 Jul 12:35
Compare
Choose a tag to compare

2.0.1 (2023-07-29)

Bug Fixes

v2.0.0

13 Jun 20:17
Compare
Choose a tag to compare

2.0.0 (2023-06-13)

Make sure to read the version 2 migration guide.

Bug Fixes

  • engines: remove unnecessary array for search method (#17) (503ab0b)

chore

Features

BREAKING CHANGES

  • engines: Changed type PlayerEngine and all pre-built engines
    (youtube, spotify and file) to return SearchResult|null instead 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 returns SearchResult|null
    instead of SearchResult[]
  • bump min required version of @discordjs/opus from
    0.5.1 to 0.8.0
  • bump min required version of discord.js from 14.5.0
    to 14.8.0

v2.0.0-rc.2

13 Jun 20:10
Compare
Choose a tag to compare
v2.0.0-rc.2 Pre-release
Pre-release

2.0.0-rc.2 (2023-06-13)

Bug Fixes

  • downgrade music-metadata to support commonjs (#23) (039a29e)

v2.0.0-rc.1

14 May 17:06
Compare
Choose a tag to compare
v2.0.0-rc.1 Pre-release
Pre-release

2.0.0-rc.1 (2023-05-14)

Bug Fixes

  • engines: remove unnecessary array for search method (#17) (503ab0b)

chore

Features

BREAKING CHANGES

  • engines: Changed type PlayerEngine and all pre-built engines
    (youtube, spotify and file) to return SearchResult|null instead 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 returns SearchResult|null
    instead of SearchResult[]
  • bump min required version of @discordjs/opus from
    0.5.1 to 0.8.0
  • bump min required version of discord.js from 14.5.0
    to 14.8.0
  • add peerDependency discord-api-types with min version
    0.37.0

v1.5.2

13 May 11:02
Compare
Choose a tag to compare

1.5.2 (2023-05-13)

Bug Fixes

  • remove vulnerable dependency (2fb0787)

v1.5.1

14 Mar 17:36
Compare
Choose a tag to compare

1.5.1 (2023-03-14)

Bug Fixes

  • peerDependencies: specify range of peerDependencies (656485b)