Skip to content
This repository has been archived by the owner on Jun 26, 2022. It is now read-only.

Latest commit

 

History

History
68 lines (35 loc) · 3.35 KB

CHANGELOG.md

File metadata and controls

68 lines (35 loc) · 3.35 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

2.3.0 (2021-06-13)

⚠ BREAKING CHANGES

  • If the autoResolve option disabled Node#load will returns a LavalinkTrackResponse with UnresolvedTrack tracks instead of LavalinkTrack, and you will need to resolve it by invoking UnresolvedTrack#resolve

Features

  • Added HTTPs support, getNode method, removeNode method (#13) (c5f0bc4)
  • autoResolve option (#14) (5038bbc)

2.2.1 (2021-05-02)

Bug Fixes

2.2.0 (2021-04-16)

⚠ BREAKING CHANGES

  • Renamed some ClientOptions properties
    filterAudioOnlyResult -> audioOnlyResults
    playlistPageLoadLimit -> playlistLoadLimit
  • Node#options has been removed, all its properties are now merged in the Node class

Features

  • Spotify metadata for LavalinkTrack#info (#8) (da26123)

Bug Fixes

  • 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)

Bug Fixes

2.1.1 (2021-02-03)

Bug Fixes

  • Resolver: prevents cached objects from being modified (5f57f25)

2.1.0 (2021-01-13)

Features

2.0.0 (2021-01-13)