We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58ec063 commit d772a61Copy full SHA for d772a61
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+1.0.5 - February, 26 2019
2
+
3
+* 58ec063 Fix: double quotes inside elements (closes #9) (#12) (Lukas Aichbauer)
4
+* 2ea0633 Refactor: add append element and separator or line break functions (closes #8) (#11) (Lukas Aichbauer)
5
+* c237523 Fix: space as special char (closes #7) (#10) (Lukas Aichbauer)
6
7
1.0.4 - September, 07 2018
8
9
* 2b92efa Chore: add prepush hook and changed prepublish to prepare (#6) (Lukas Aichbauer)
package.json
@@ -1,6 +1,6 @@
{
"name": "convert-array-to-csv",
- "version": "1.0.4",
+ "version": "1.0.5",
"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