enketo-xslt
Advanced tools
Comparing version 1.6.0 to 1.7.0
@@ -5,2 +5,7 @@ ## Change Log | ||
[1.7.0] - 2016-11-30 | ||
---------------------- | ||
##### Added | ||
- Add preload attributes to form control elements. | ||
[1.6.0] - 2016-11-23 | ||
@@ -7,0 +12,0 @@ ---------------------- |
{ | ||
"name": "enketo-xslt", | ||
"version": "1.6.0", | ||
"version": "1.7.0", | ||
"description": "XSL stylesheets for the Enketo XForm transformation", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -8,5 +8,4 @@ Enketo XSLT | ||
### Use with npm | ||
### Install for use in node.js app | ||
``` | ||
@@ -16,3 +15,2 @@ npm install enketo-xslt --save | ||
### Use in Node | ||
@@ -26,5 +24,5 @@ ``` | ||
### Install in non-node.js app | ||
### Use without npm and in any programming language. | ||
Use as git submodule and read the two .xsl files as required. | ||
Use as git submodule and read the [two .xsl files](./xsl) as required. Ignore index.js. | ||
@@ -31,0 +29,0 @@ ### License |
Sorry, the diff of this file is not supported yet
110232
48