Skip to content

Releases: Luuk-Dev/Spotify-Info

1.1.6

25 Sep 07:13
19684a5
Compare
Choose a tag to compare

Version 1.1.6

  • New nextPage and previousPage functions for the ApiPlaylist class in the tracks object.
  • New offset, limit, total and tracks properties for the ApiPlaylist class in the tracks object.

1.1.4

17 Aug 16:54
20c797d
Compare
Choose a tag to compare

Version 1.1.4

  • Scraping songs and playlists are working again

1.1.1

31 Mar 20:42
2fe70f0
Compare
Choose a tag to compare

Version 1.1.1

  • scrapeTrack function works again

1.1.0

31 Mar 18:33
fbc6299
Compare
Choose a tag to compare

Version 1.1.0

  • API methods added.
    • search function.
    • getTrack function.
    • getPlaylist function.
    • getAlbum function.
    • getArtist function.
    • setApiCredentials function.
  • scrapeSong function renamed to scrapeTrack.
  • ScrapedPlaylist.songs property renamed to ScrapedPlaylist.tracks.
  • ScrapedAlbum.songs property renamed to ScrapedAlbum.tracks.
  • API url's will now also be validated as Spotify url's.
  • getID function which returns the ID of a song, playlist, album or artist.
  • Readme includes better documentation

1.0.7

24 Feb 21:33
4f0c339
Compare
Choose a tag to compare

Version 1.0.7

  • New properties to ScrapedAlbum class
    • artistId: The id of the artist of the album
    • artistUrl: The url of the artist of the album
    • location: An array of the country codes where the album can be played
    • publishDate: The date the album got published
    • thumbnail: The thumbnail url of the album
  • New properties to ScrapedPlaylist class
    • artistId: The id of the creator of the playlist
    • artistUrl: The url of the creator of the playlist
    • location: An array of the country codes where the playlist can be played
    • thumbnail: The thumbnail url of the playlist

1.0.5

18 Feb 18:25
d483caf
Compare
Choose a tag to compare

Version 1.0.5

  • New scrapeAlbum function
  • Propperty embedUrl of the ScrapedSong class has been changed to a working url
  • Propperty artistId added to the ScrapedSong class
  • Readme has better information