Skip to content

Commit 880d039

Browse files
committed
Updates to 1.3.1
1 parent 3a3f23e commit 880d039

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

HISTORY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 1.3.1 / 2015-05-23
2+
3+
* Adds option to specify xml encoding.
4+
* Updates XMLBuilder to 2.6.
5+
* Adds support for Node v0.12.
6+
17
## 1.3.0 / 2015-01-09
28

39
* Reworked DateFormatter to improve ISO-8601 implementation.

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.3.0"
4+
, "version" : "1.3.1"
55
, "preferGlobal" : false
66
, "homepage" : "https://github.com/baalexander/node-xmlrpc"
77
, "author" : "Brandon Alexander <baalexander@gmail.com> (https://github.com/baalexander)"

0 commit comments

Comments
 (0)