All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
2.3.0 (2021-06-13)
- If the
autoResolve
option disabledNode#load
will returns aLavalinkTrackResponse
withUnresolvedTrack
tracks instead ofLavalinkTrack
, and you will need to resolve it by invokingUnresolvedTrack#resolve
- Added HTTPs support, getNode method, removeNode method (#13) (c5f0bc4)
- autoResolve option (#14) (5038bbc)
2.2.1 (2021-05-02)
2.2.0 (2021-04-16)
- Renamed some ClientOptions properties
filterAudioOnlyResult
->audioOnlyResults
playlistPageLoadLimit
->playlistLoadLimit
Node#options
has been removed, all its properties are now merged in theNode
class
- Resolver: loading some tracks when
audioOnlyResults
enabled returns no matches (47997fb) - Resolver#getTrack: when no results it's supposed to be an empty array not undefined value in array (9629d5f)
2.1.2 (2021-02-03)
2.1.1 (2021-02-03)
- Resolver: prevents cached objects from being modified (5f57f25)