We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2da258 commit 6f19904Copy full SHA for 6f19904
CHANGELOG.md
@@ -1,4 +1,9 @@
1
2
+### 0.0.3:
3
+
4
+* Fixed the bug that fields were not always surrounded by double quotes
5
+* Fixed the bug that white space characters on the edge of fields were trimmed
6
7
### 0.0.2: 15 October 2016
8
9
* Fixed the bug that field values were not quoted when they have newline characters
package.json
@@ -1,6 +1,6 @@
{
"name": "csv-writer",
- "version": "0.0.2",
+ "version": "0.0.3",
"description": "Convert objects/arrays into a CSV string or write them into a CSV file",
"main": "index.js",
"scripts": {
0 commit comments