Releases: adamgrieger/spotify-web-api-ts
Releases · adamgrieger/spotify-web-api-ts
v1.4.5
1.4.5 (2021-02-11)
Bug Fixes
- fixes incomplete type for player api function (6f275d1), closes #22
v1.4.4
1.4.4 (2020-07-20)
Bug Fixes
- playerapi.ts: remove comment with deprecated 'eslint' rule (41afe34)
v1.4.3
1.4.3 (2020-06-27)
Bug Fixes
- stringify array query parameters using the comma format (aaa78bc)
v1.4.2
1.4.2 (2020-06-23)
Bug Fixes
- artistsapi.ts: fix 'getArtists' (ae4f95a)
v1.4.1
1.4.1 (2020-06-20)
Bug Fixes
- albumsapi.ts: fix 'getAlbums' (d0f917c)
v1.4.0
1.4.0 (2020-06-15)
Features
- playlistsapi.ts: add 'addItemToPlaylist' (4138bd1)
- playlistsapi.ts: add 'removePlaylistItem' (7c5a9de)
- playlistsapi.ts: add 'removePlaylistItemByPosition' (a30baa1)
v1.3.0
1.3.0 (2020-06-14)
Features
- libraryapi.ts: add 'isAlbumSaved' (6a8a1bb)
- libraryapi.ts: add 'isShowSaved' (60eed6d)
- libraryapi.ts: add 'isTrackSaved' (2dce48e)
- libraryapi.ts: add 'saveAlbum', 'saveShow', and 'saveTrack' (2f75a5c)
- libraryapi.ts: add singular variants of 'removeSaved*' (d7f51d5)
v1.2.0
1.2.0 (2020-06-14)
Features
- followapi.ts: add 'followArtist' (115065c)
- followapi.ts: add 'followUser' (e9d9f8b)
- followapi.ts: add 'isFollowingPlaylist' (b484a36)
- followapi.ts: add 'isFollowingUser' (59250c8)
- followapi.ts: add 'unfollowArtist' (aeb9876)
- followapi.ts: add 'unfollowUser' (b1de94f)
v1.1.1
1.1.1 (2020-06-13)
Bug Fixes
- rename 'SpotifyWebApi.ts' to 'index.ts' (3615f41)
v1.1.0
1.1.0 (2020-06-13)
Features
- followapi.ts: add 'isFollowingArtist' (fc8bdad)