Skip to content

Commit d9c88c4

Browse files
committed
Updates to 1.3.2
1 parent d0702b8 commit d9c88c4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

HISTORY.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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+
110
## 1.3.1 / 2015-05-23
211

312
* Adds option to specify xml encoding.

package.json

+1-1
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.1"
4+
, "version" : "1.3.2"
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)