artdaq_node_server  v1_00_08
 All Classes Namespaces Files Variables Pages
src/node_modules/xmlrpc/HISTORY.md
1 ## 1.3.2 / 2016-06-16
2 
3  * Drops support CI/Support for node v0.8
4  * Adds support for node v6.x
5  * Adds support for emojies
6  * Removes Makefile in favor of npm test
7  * Updates XMLBuilder to 8.2
8  * Updates Sax to 1.2
9 
10 ## 1.3.1 / 2015-05-23
11 
12  * Adds option to specify xml encoding.
13  * Updates XMLBuilder to 2.6.
14  * Adds support for Node v0.12.
15 
16 ## 1.3.0 / 2015-01-09
17 
18  * Reworked DateFormatter to improve ISO-8601 implementation.
19  * Updates XMLBuilder to 2.4.
20  * Updates sax to 0.6.
21  * Adds more detail to Client request errors to ease debugging.
22 
23 ## 1.2.0 / 2014-01-12
24 
25  * Adds (tested) support for Node v0.10 and v0.11.
26  * Drops support for Node v0.6.
27  * Adds a Custom Type serializer for non-standard XML-RPC types.
28 
29 ## 1.1.1 / 2013-09-22
30 
31  * Adds CDATA deserialization.
32  * Updates XMLBuilder to get rid of warnings at installation time.
33  * Cleans up unformatted code.
34  * Removes vestigial code from ancient v0.4 days.
35 
36 ## 1.1.0 / 2012-11-13
37 
38  * Supports optional listening handler in Server.
39  * Adds close function to server.
40  * Adds cookie support to client.
41  * Changes minimum Node engine to v0.6.
42 
43 ## 1.0.2 / 2012-07-29
44 
45  * Server responds with a 404 if it does not handle the method.
46  * Client returns an error if the server returns a 404.
47 
48 ## 1.0.1 / 2012-04-29
49 
50  * Fixes content-length header value when sending multi-byte characters.
51 
52 ## 1.0.0 / 2012-03-28
53 
54  * Replaces builder/parser logic with marshaller/unmarshaller.
55  * Uses XML-RPC's nil for JavaScript null values and vice versa.
56  * Client and parser are now re-entrant safe.
57  * Moves test strings to fixture files.
58  * Adds 30+ test cases.
59  * Special thanks to @agnat for his work on the (un)marshaller and tests.
60 
61 ## 0.9.4 / 2012-03-03
62 
63  * Handles chunked method calls.
64  * Supports ISO-8859-1 encodings.
65 
66 ## 0.9.3 / 2012-01-21
67 
68  * Values with no type now default to String as per XML-RPC spec.
69 
70 ## 0.9.2 / 2011-12-10
71 
72  * Replaces the XML parser with the Sax.js module.
73  * Uses Travic CI for Continuous Integration.
74  * Fixes accidental global variable.
75 
76 ## 0.9.1 / 2011-11-29
77 
78  * Returns an Error on invalid XML-RPC.
79  * Updates to latest version of xmlbuilder to fix install warning.
80 
81 ## 0.9.0 / 2011-11-01
82 
83  * Supports the Base64 datatype.
84  * Supports the i8 datatype, treating it as a float.
85  * Fixes issue where not returning for faults containing no params.
86  * Standardizes how to handle empty params. Last failing test now passes.
87  * Enforces null value for error param in callbacks.
88  * Updates to latest version of xmlbuilder.
89 
90 ## 0.8.1 / 2011-09-01
91 
92  * Supports passing the URI as a string to client or server.
93  * Host is now an optional parameter for client or server.
94  * Fixes bug when performing a method call multiple times.
95  * Removes node_modules directory. Use `npm install .` if cloning.
96 
97 ## 0.8.0 / 2011-08-14
98 
99  * Supports HTTPS server and client.
100  * Improves Basic Auth support.
101  * Errors returned are now an instance of Error, not a String.
102  * Fixes bug with structs and whitespace.
103  * Fixes bug with empty arrays responses.
104 
105 ## 0.7.1 / 2011-08-02
106 
107  * Handles chunked method responses.
108  * Fixes parsing multi-line strings values in the String parameter.
109  * Allows for custom headers in the HTTP request.
110 
111 ## 0.7.0 / 2011-07-12
112 
113  * Renames Client.call() to Client.methodCall().
114  * Adds better support for sending and parsing empty String parameters.
115  * Client handles errors on http request. Includes handling of invalid URLs.
116  * Updates documentation.
117 
118 ## 0.6.2 / 2011-06-15
119 
120  * Fixes issue with parsing non-value whitespace in method calls.
121 
122 ## 0.6.1 / 2011-06-03
123 
124  * Supports CDATA when generating XML calls or responses.
125 
126 ## 0.6.0 / 2011-05-18
127 
128  * Initial release to NPM. Considered stable enough for public use.
129