Skip to content

Releases: akashrchandran/spotify-lyrics-api

v2.1.0 Stable Release

18 Jan 17:01
ef2128b
Compare
Choose a tag to compare
  • Renamed the public folder to 'api'.
  • Resolved issue #17 related to the deprecated creation of dynamic properties.
  • Now storing the token file in the operating system's temp directory using sys_get_temp_dir().
  • Added support for deployment to Vercel.
  • Incorporated additional docstrings for improved documentation.
  • Transformed the repository into a template.
  • Revised the readme to accurately represent the recent changes.
  • Fixed Implicit conversion Error #34.

v2.0.0 Stable Release

07 May 20:51
54e9957
Compare
Choose a tag to compare

This release includes several improvements and bug fixes:

  • Added support for using the code as a package. You can now easily include this code in your own projects by installing it as a Composer package.

  • Added docblocks to make the code more developer-friendly. The code now includes detailed docblocks that describe the purpose and usage of each function.

  • Optimized the code to make it faster and more efficient. I've made some performance improvements to the code to make it run faster and use fewer resources.

  • Renamed functions to follow naming conventions. I've updated the names of several functions to follow standard naming conventions and make the code more consistent.

  • Fixed several bugs and issues. I've addressed several bugs and issues reported by users, including a problem with the code not working correctly in certain environments.

v1.0.1 Stable Release

21 Feb 14:57
Compare
Choose a tag to compare
  • Fixed zero padding in LRC format.

v1.0.0 Stable Release

12 Jan 07:51
655bc83
Compare
Choose a tag to compare

Initial Release