We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f63ca6e commit 1ecf73bCopy full SHA for 1ecf73b
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "xmlbuilder",
3
- "version": "1.1.2",
+ "version": "2.0.0",
4
"keywords": [ "xml", "xmlbuilder" ],
5
"homepage": "http://github.com/oozcitak/xmlbuilder-js",
6
"description": "An XML builder for node.js",
src/XMLNode.coffee
@@ -246,6 +246,7 @@ module.exports = class XMLNode
246
end: (options) ->
247
return @document().toString(options)
248
249
+
250
# Gets the previous node
251
prev: () ->
252
if @isRoot
0 commit comments