Skip to content

Releases: phillipj/node-plex-api

v2.0.1

28 Apr 08:02
Compare
Choose a tag to compare
  • Bugfix for wrong .uri in some cases by @pjeby

v2.0.0

09 Apr 19:59
Compare
Choose a tag to compare
  • 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

27 May 18:28
Compare
Choose a tag to compare
  • Updated dependencies
  • Housekeeping with some minor code refactor

v0.4.1

10 May 20:49
Compare
Choose a tag to compare

Bugfix for not releasing HTTP agent sockets properly on .perform()

v0.4.0

10 May 20:49
Compare
Choose a tag to compare
  • Converted all methods to return promises, rather than accepting callback as argument
  • Converted buster tests to mocha/expect.js

0.2.3

10 May 20:48
Compare
Choose a tag to compare
  • .find() matches attribute values by regular expression
  • Added getters for hostname and port
  • Made constructor hostname parameter required

0.2.2

10 May 20:48
Compare
Choose a tag to compare

Bugfix for .find() only working when having Directory items

0.2.1

10 May 20:47
Compare
Choose a tag to compare
  • Generalized URI resolving as bugfix for other types of items than Directories
  • Added URIs for Server items

0.2.0

10 May 20:47
Compare
Choose a tag to compare

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