Skip to content

1.0.1

Latest
Compare
Choose a tag to compare
@ankitk26 ankitk26 released this 26 Mar 18:58

Release 1.0.1

  • Upgraded code to use latest Nextjs 15 and React 19
  • Updated authentication provider to BetterAuth
  • Following APIs were depecrated by Spotify Web API -
    • Track recommendations
    • Preview track
    • Playlists based on a category
  • Above features are removed in this release since they are not supported anymore
  • Optimized and refactored code to isolate code logic better
  • Implemented logic to refresh access token once it expires using refresh token
  • Use Tanstack Query for fetching in Client components