Releases: idanlo/react-spotify-api
Releases · idanlo/react-spotify-api
Update dependencies
- Merge branch 'master' of https://github.com/idanlo/react-spotify-api 555aa10
- Merge pull request #19 from idanlo/dependabot/npm_and_yarn/@babel/cli-7.4.4 2e075ca
- Merge pull request #20 from idanlo/dependabot/npm_and_yarn/@types/jest-24.0.13 73676cc
- update some dev deps 257b3c3
- Merge pull request #12 from idanlo/dependabot/npm_and_yarn/tar-4.4.10 5e8f0a5
- Bump @types/jest from 24.0.6 to 24.0.13 641fb12
- Bump @babel/cli from 7.2.3 to 7.4.4 da58201
- [Security] Bump tar from 4.4.1 to 4.4.10 f3b7208
- Merge pull request #9 from JB1905/patch-1 301b792
- Update UserArtists.md 3954936
v1.6.0
v1.5.2
New Hooks! useSearch, useUser & useAlbum
- add documentation for hooks 7fdef03
- new hook useSearch, still needs work because it sends query params that are not needed such as 'artist=true' e07436d
- new hook useUser to fetch data about current user or other user with given id a88c630
- user component does not receive an options object (according to spotify docs) 85eb621
- new hook! useAlbum 83a29e0
- fix propTypes id type to require array of strings and not array of nulls 49e2273
- fix wrong prop in context provider to 'value' instead of token 8950db8
v1.4.2
- fix wrong parameters called with props.children on album components af68da0
- finish testing api components/hooks 92f3ae0
- set loading state to false when error occures cf7390f
- add tests for api components and hooks, with jest mocking fetch api 6eb34d3
- use async function with await/catch and split it from the react useEffect hook ec5770a
- fix util function to only return query params if there are any, unless return empty string 6cde097
- accidently used useLayoutEffect, switch to async try/catch instead of .then and .catch d51b46b
v1.4.1
v1.4.0
v1.3.2
v1.3.1
V1.3.0!
Changed many of the imports, information in the docs
- add search documentation and fix album test file 5999f01
- add user section and document all user components cdbb034
- add browse section e18001a
- change some types for 'limit' and 'offset' to be both string and number, and add browse components (split up and document) 1eed89a
- add playlist section to documentation eae0282
- add album components section to documentation 0c14052
- add react-dom to peerdeps 8d1ad46