Skip to content

Releases: Luna-devv/lunify.js

0.2.0

21 Jul 14:34
Compare
Choose a tag to compare

Features

  • Add more infos to the error by @fb-sean (pull 2)
  • Remove client.fetchCredentials() in favour of fetching credentials automatically (748f9d5)

Remove any <Lunify>.fetchCredentials() and <Lunify>.ready snippets in your code to migrate, the <CredentialsManager>.getAuthorization() method will now automatically fetch credentials if there weren't fetched before.

Full Changelog: v0.1.12...v0.2.0

0.1.12

25 Mar 19:59
Compare
Choose a tag to compare

Features

Bug fixes

  • Create options set oauth to optional (0e9a691)

Other

Full Changelog: v0.1.9...v0.1.12

0.1.9

18 Jan 19:03
Compare
Choose a tag to compare

Features

  • add add utils.artistsToMarkdown() util (8d692cd)

Bug fixes

  • Fix new Lunify() options (make oauth optional) (0e9a691)

Other

Full Changelog: v0.1.8...v0.1.9

0.1.8

06 Jan 16:24
Compare
Choose a tag to compare

Features

  • convert UserOauth.scope from string to array (d67d6e0)
  • update @discordjs/collection for caching (32d631c)

Bug fixes

  • improve error messages (64dbe1c)
  • make UserOauth.isValid() not async (64dbe1c)

Other

  • imporved readme examples (0e2633f)

Full Changelog: v0.1.7...v0.1.8

0.1.7

04 Jan 14:52
Compare
Choose a tag to compare

Features

  • add UserOauth.isValid(), uses current date and expiresTimestamp to check token validity (3b56649)
  • fix type for UserOauth.refreshToken, string -> string | null (even if it shouldn't be null) (3b56649)

Bug fixes

Full Changelog: v0.1.1...v0.1.7

0.1.1

08 Sep 10:36
Compare
Choose a tag to compare

Features

  • oauth automatically refresh token on expire (8e4d7c4)
  • fetch tracks (and cache them) (300e649)
  • fetch oauth user (and cache them) (300e649)

Bug fixes

  • Split managers and structures into different folders (724402d)
  • Fix manager and structure exports (d9e766a)

Full Changelog: v0.1.0...v0.1.1

0.1.0

07 Sep 16:30
Compare
Choose a tag to compare

Big fixes

  • Fix NPM files, package name and description (c6d331f)
  • Fix class and enum exports (6dc81dc)

Full Changelog: v0.0.1...v0.1.0

0.0.1

06 Sep 14:40
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

This is a beta preview of the current package, things like player and basic oauth works