Comparing version 0.3.0 to 0.3.1
# Changes | ||
## 0.3.1 | ||
* Fixes a RelaxNG generation bug caused by comment binding | ||
## 0.3.0 | ||
@@ -4,0 +8,0 @@ |
@@ -252,2 +252,4 @@ // Generated by CoffeeScript 2.5.1 | ||
return node.relaxng(ctx); | ||
}).filter(function(node) { | ||
return node != null; | ||
}))); | ||
@@ -254,0 +256,0 @@ } |
{ | ||
"name": "cruftless", | ||
"version": "0.3.0", | ||
"version": "0.3.1", | ||
"description": "Yet another simple way to parse and generate XML", | ||
@@ -5,0 +5,0 @@ "main": "lib/cruftless.js", |
50492
936