You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,16 @@
1
1
# Spotify-api.js Changelog
2
2
3
-
Version history of spotify-api.js since v4.0.5. Only major releases are presented here.
3
+
Version history of spotify-api.js since v4.0.5.
4
+
5
+
---
6
+
7
+
## v9.0.3
8
+
9
+
- fix(struct): fix undefined error while creating [CurrentlyPlaying] struct. [#107](https://github.com/spotify-api/spotify-api.js/pull/107).
10
+
- feat(struct): [CurrentlyPlaying.context] may be null.
11
+
12
+
**Released:** 31st December 2021<br/>
13
+
**Status:** Recommended to use<br/>
4
14
5
15
---
6
16
@@ -9,7 +19,7 @@ Version history of spotify-api.js since v4.0.5. Only major releases are presente
9
19
- fix(clientCreate): made [Client.create] function a public static function [#102](https://github.com/spotify-api/spotify-api.js/issues/102)
10
20
11
21
**Released:** 26th December 2021<br/>
12
-
**Status:**Recommended to use.<br/>
22
+
**Status:**Good for use.<br/>
13
23
14
24
---
15
25
@@ -18,7 +28,7 @@ Version history of spotify-api.js since v4.0.5. Only major releases are presente
18
28
- fix(refreshToken): fixed a security vulnerability on exposing the credentials in `Client.refreshMeta` (Especially for browser clients). [#68](https://github.com/spotify-api/spotify-api.js/issues/68#issuecomment-911526688).
19
29
20
30
**Released:** 2nd September 2021<br/>
21
-
**Status:**Recommended to use.<br/>
31
+
**Status:**Good for use.<br/>
22
32
23
33
---
24
34
@@ -35,7 +45,7 @@ Version history of spotify-api.js since v4.0.5. Only major releases are presente
35
45
- docs(*): rewrote all the docs and used typedoc with custom theme.
36
46
37
47
**Released:** 26th August 2021<br/>
38
-
**Status:**Recommended to use. (Has a security vulnerablity for browser client)<br/>
48
+
**Status:**Good for use. (Has a security vulnerablity for browser client)<br/>
0 commit comments