Skip to content

v0.0.3

Latest
Compare
Choose a tag to compare
@sumitkolhe sumitkolhe released this 31 Mar 13:00
· 5 commits to main since this release

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