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: Readme.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -133,6 +133,15 @@ Contributions are more than welcome! Create an issue describing what you want to
133
133
134
134
## Changelog
135
135
136
+
### v3.0.0
137
+
- Change xml2json to xml2js by @OverloadUT
138
+
139
+
#### BREAKING CHANGE
140
+
141
+
Some of URIs on the Plex Server responds with XML instead of JSON. Previous versions of plex-api used xml2json to translate between XML to JSON. We have now replaced xml2json with xml2js which might result in a different JSON format when requesting URIs responding with XML.
142
+
143
+
Please see the documentation of (xml2json)[https://github.com/buglabs/node-xml2json] and (xml2js)[https://github.com/Leonidas-from-XIV/node-xml2js] for more details about their differences.
144
+
136
145
### v2.5.0
137
146
- Updated the readme to explain each of the X-Plex headers by @OverloadUT
138
147
- The X-Plex headers are now sent on every request by @OverloadUT
0 commit comments