Skip to content

Latest commit

 

History

History
70 lines (45 loc) · 1.98 KB

HISTORY.md

File metadata and controls

70 lines (45 loc) · 1.98 KB

0.9.4 / 2012-03-03

  • Handles chunked method calls.
  • Supports ISO-8859-1 encodings.

0.9.3 / 2012-01-21

  • Values with no type now default to String as per XML-RPC spec.

0.9.2 / 2011-12-10

  • Replaces the XML parser with the Sax.js module.
  • Uses Travic CI for Continuous Integration.
  • Fixes accidental global variable.

0.9.1 / 2011-11-29

  • Returns an Error on invalid XML-RPC.
  • Updates to latest version of xmlbuilder to fix install warning.

0.9.0 / 2011-11-01

  • Supports the Base64 datatype.
  • Supports the i8 datatype, treating it as a float.
  • Fixes issue where not returning for faults containing no params.
  • Standardizes how to handle empty params. Last failing test now passes.
  • Enforces null value for error param in callbacks.
  • Updates to latest version of xmlbuilder.

0.8.1 / 2011-09-01

  • Supports passing the URI as a string to client or server.
  • Host is now an optional parameter for client or server.
  • Fixes bug when performing a method call multiple times.
  • Removes node_modules directory. Use npm install . if cloning.

0.8.0 / 2011-08-14

  • Supports HTTPS server and client.
  • Improves Basic Auth support.
  • Errors returned are now an instance of Error, not a String.
  • Fixes bug with structs and whitespace.
  • Fixes bug with empty arrays responses.

0.7.1 / 2011-08-02

  • Handles chunked method responses.
  • Fixes parsing multi-line strings values in the String parameter.
  • Allows for custom headers in the HTTP request.

0.7.0 / 2011-07-12

  • Renames Client.call() to Client.methodCall().
  • Adds better support for sending and parsing empty String parameters.
  • Client handles errors on http request. Includes handling of invalid URLs.
  • Updates documentation.

0.6.2 / 2011-06-15

  • Fixes issue with parsing non-value whitespace in method calls.

0.6.1 / 2011-06-03

  • Supports CDATA when generating XML calls or responses.

0.6.0 / 2011-05-18

  • Initial release to NPM. Considered stable enough for public use.