Skip to content

Releases: sumitkolhe/jiosaavn-api

v0.0.5

02 Oct 00:25
Compare
Choose a tag to compare

compare changes

🩹 Fixes

❤️ Contributors

v0.0.4

28 Sep 16:40
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Shift deployment to cloudflare
  • Add wrangler config (69b3867)

🩹 Fixes

  • Fixed regex pattern to work with all playlist links Subject: playlist controller regex pattern fix (5530c45)
  • Remove unused hono node server (3ccc15d)

❤️ Contributors

v0.0.3

31 Mar 13:00
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add pagination support for get playlist (152d5ca)
  • Add separate model for search playlists (e3e08c6)

🩹 Fixes

  • artist: Change followerCount return type to number from string (31f0321)
  • Change song year type to number (7b3edc0)
  • Make songs in album nullable (3128fe9)
  • Make artist fields nullable (4787ce9)
  • Make song fields nullable (3467ba3)
  • Make album fields nullable (a0f43fb)
  • Make playlist fields nullable (90d5d82)
  • Update search model structure as per new api response (6b31e67)
  • Return null instead of 0 for song year and playCount (121dd86)
  • Return null for song count if no songs found for playlist (c103f06)
  • Return null instead of 0 for songCount (61a4cd8)
  • Song suggestions (38af6b5)

📖 Documentation

  • lyrics: Add song lyrics example id (2bb4f51)
  • albums: Add album example id and link (17a26a0)

❤️ Contributors

v0.0.2

24 Mar 07:25
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Return null instead of undefined for lyrics id (f4ac403)
  • Return null for lyrics id if not available (cdfca9b)

📖 Documentation

  • changelog: Add changelog hyperlink (6b22a7c)

❤️ Contributors