Skip to content

Commit 9385b17

Browse files
committed
Updates to 1.3.0
1 parent d0daa25 commit 9385b17

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

HISTORY.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.3.0 / 2015-01-09
2+
3+
* Reworked DateFormatter to improve ISO-8601 implementation.
4+
* Updates XMLBuilder to 2.4.
5+
* Updates sax to 0.6.
6+
* Adds more detail to Client request errors to ease debugging.
7+
18
## 1.2.0 / 2014-01-12
29

310
* Adds (tested) support for Node v0.10 and v0.11.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{ "name" : "xmlrpc"
22
, "description" : "A pure JavaScript XML-RPC client and server."
33
, "keywords" : [ "xml-rpc", "xmlrpc", "xml", "rpc" ]
4-
, "version" : "1.2.0"
4+
, "version" : "1.3.0"
55
, "preferGlobal" : false
66
, "homepage" : "https://github.com/baalexander/node-xmlrpc"
77
, "author" : "Brandon Alexander <[email protected]> (https://github.com/baalexander)"

0 commit comments

Comments
 (0)