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
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
1
## Change log
2
2
3
+
### v3.2.0
4
+
- Added `options.token` to specify authentication token at PlexAPI client instantiation by @MikeOne
5
+
- Made responses with status code 2xx considered successfull, not just 200 by @MikeOne
6
+
3
7
### v3.1.2
4
8
- Fixed XML parsing by @phillipj
5
9
@@ -86,4 +90,4 @@ v1.0.0 mostly to be a better semver citizen and some housekeeping.
86
90
- Added URIs for Server items
87
91
88
92
### v0.2.0
89
-
-**important** Removed explicit XML to JSON conversion to ensure consistent child item names. The main difference for those using previous module versions, is the need to change their use of result.directories to result.directory.
93
+
-**important** Removed explicit XML to JSON conversion to ensure consistent child item names. The main difference for those using previous module versions, is the need to change their use of result.directories to result.directory.
0 commit comments