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 2bce247 commit c2e72a8Copy full SHA for c2e72a8
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+
2
+### 0.0.2: 15 October 2016
3
4
+* Fixed the bug that field values were not quoted when they have newline characters
5
6
+### 0.0.1: 9 September 2016
7
8
+* Initial release of csv-writer
package.json
@@ -1,6 +1,6 @@
{
"name": "csv-writer",
- "version": "0.0.1",
+ "version": "0.0.2",
"description": "Convert objects/arrays into a CSV string or write them into a CSV file",
"main": "index.js",
"scripts": {
0 commit comments