Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "node-rss", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"description": "Node.js package for efficently creating RSS feeds", | ||
@@ -14,3 +14,3 @@ "main": "lib/node-rss.js", | ||
"dependencies" : { | ||
"libxmljs" : "0.14.x" | ||
"libxmljs" : "0.15.x" | ||
}, | ||
@@ -17,0 +17,0 @@ "keywords": [ |
@@ -15,2 +15,4 @@ # node-rss | ||
Update (6/18/2015): This step should no longer be necessary. | ||
node-rss uses the libxmljs library to construct the actual feed. | ||
@@ -93,2 +95,5 @@ Unfortunately, some of the features of the library that are needed are only available in the current master branch. You will need to download the libxmljs source, compile, and install it yourself. Fortunately, this is fairly straight forward. https://github.com/polotek/libxmljs/ | ||
Version 1.0.5 | ||
- Updated libxml version to 0.15.x to support node.js 4.x (Thanks @dhendo) | ||
Version 1.0.4 | ||
@@ -95,0 +100,0 @@ - Updated libxml version to 0.14.x to support compilation on OSX (Thanks @jmathews) |
8998
102
+ Addedlibxmljs@0.15.0(transitive)
- Removedlibxmljs@0.14.3(transitive)
Updatedlibxmljs@0.15.x