Releases: matievisthekat/spotify-oauth-refresher
Releases · matievisthekat/spotify-oauth-refresher
Allow undefined error response
What's Changed
- Bump follow-redirects from 1.14.6 to 1.14.7 by @dependabot in #6
- [Snyk] Upgrade axios from 0.24.0 to 0.25.0 by @snyk-bot in #7
- [Snyk] Upgrade axios from 0.25.0 to 0.26.0 by @snyk-bot in #8
- [Snyk] Upgrade axios from 0.26.0 to 0.26.1 by @snyk-bot in #11
- Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #10
- [Snyk] Upgrade axios from 0.26.1 to 0.27.2 by @snyk-bot in #12
- Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #13
- Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #15
- [Snyk] Upgrade axios from 0.27.2 to 1.2.0 by @matievisthekat in #14
- [Snyk] Upgrade axios from 1.2.1 to 1.2.2 by @snyk-bot in #16
Full Changelog: v1.0.8...v1.0.9
v1.0.8
This release implements two new methods on the Updater
class.
removeAccessToken
removeAccessToken() {
this.storage.remove(cookies.accessToken);
return this;
}
removeRefreshToken
removeRefreshToken() {
this.storage.remove(cookies.refreshToken);
return this;
}
pretty self-explanatory. right?
Pull Requests Merged
- [Snyk] Upgrade axios from 0.21.3 to 0.21.4 by @snyk-bot in #3
- Bump ansi-regex from 5.0.0 to 5.0.1 by @dependabot in #4
- [Snyk] Upgrade axios from 0.21.4 to 0.24.0 by @snyk-bot in #5
Full Changelog: v1.0.6...v1.0.8
Update docs
v1.0.6 release updated docs
Chore: bump deps
v1.0.5 update version
fix: do not throw error when `msg` not present
v1.0.4 v1.0.4
fix path-specific cookies
Cookies have been set to only use the root (/
) path
v1.0.2 Initial release
v1.0.2