Releases: phillipj/node-plex-api
Releases · phillipj/node-plex-api
v2.0.1
- Bugfix for wrong
.uri
in some cases by @pjeby
v2.0.0
- PlexHome support
- Deprecated port argument of PlexAPI constructor in favor of an options object
- Retrieves JSON from the Plex HTTP API instead of XML
See notes about breaking changes in readme / changelog section!
v0.4.2
- Updated dependencies
- Housekeeping with some minor code refactor
v0.4.1
Bugfix for not releasing HTTP agent sockets properly on .perform()
v0.4.0
- Converted all methods to return promises, rather than accepting callback as argument
- Converted buster tests to mocha/expect.js
0.2.3
- .find() matches attribute values by regular expression
- Added getters for hostname and port
- Made constructor hostname parameter required
0.2.2
Bugfix for .find() only working when having Directory items
0.2.1
- Generalized URI resolving as bugfix for other types of items than Directories
- Added URIs for Server items
0.2.0
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