v3.0.0
- Change xml2json to xml2js by @OverloadUT
BREAKING CHANGE
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.
Please see the documentation of xml2json and xml2js for more details about their differences.