Releases: lavalibs/lavalink.js
Releases · lavalibs/lavalink.js
v2.12.0
Additions
- Add support for the new Rotation and Distortion filters in LavaLink (56987d9, #32, @TiltedKyoso)
v2.11.0
Features
- Add filters support, updated to latest lavalink dev changes (b69faba)
Fixes
- Player#play start & end defaults now don't break lavalink anymore, lavalink doesn't expect 0 as default values (78ace04)
v2.10.2
Fixes
- Package tarball includes the module files (e38d3a1)
v2.10.0
Additions
- Support for the new
TrackStartEvent
in development builds of Lavalink
v2.9.0
Fixes
- Cluster#get return type (eae8627)
- Player#moveTo should take BaseNode (8ae7e03)
- Naming Fix for BaseNode (8ae7e03)
Feature
- Add Connection#close, Node#disconnect & Node#destroy (354717b)
- Add RoutePlaner Rest API (5a75c1d)
v2.8.2
Fixes
- Abstract method signatures are now abstract property signatures. Addresses breaking changes coming in Typescript 3.7 (ea3fe5b, @kyranet)
- Players now have a type parameter for their
node
property, allowing correct inference of the type of node that owns them (3c3dbe5)
v2.8.1
Fixes
- NodeOptions uses ConnectionOptions instead of raw WebSocket options
v2.8.0
Additions
- New
ConnectionOptions
interface allows initial resume key & timeout to be specified when connecting to Lavalink
Fixes
- Errors when parsing WebSocket messages now get handled and emitted on the Node