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 bd592e5 commit daa7118Copy full SHA for daa7118
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+1.0.8 - May, 25 2019
2
+
3
+* bd592e5 Fix: zero (0) in header and body elements (#19) (Lukas Aichbauer)
4
5
1.0.7 - April, 25 2019
6
7
* 17a7f6e Fix: handle numbers correct (#17) (closes #16) (Lukas Aichbauer)
package.json
@@ -1,6 +1,6 @@
{
"name": "convert-array-to-csv",
- "version": "1.0.7",
+ "version": "1.0.8",
"description": "Convert an array to a csv formatted string",
"main": "./lib/index.js",
"repository": "https://www.github.com/aichbauer/node-convert-array-to-csv",
0 commit comments