We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa77ba commit f861267Copy full SHA for f861267
package.json
@@ -190,7 +190,7 @@
190
"hireable": true
191
}
192
],
193
- "version": "1.1.6",
+ "version": "1.1.7",
194
"keywords": [
195
"csv",
196
"csv parser",
readme.md
@@ -667,6 +667,11 @@ Thanks all the [contributors](https://github.com/Keyang/node-csvtojson/graphs/co
667
668
# Change Log
669
670
+## 1.1.7
671
+
672
+* add `colParser` parameter
673
+* fix bug that could cause utf-8 character broken
674
675
## 1.1.5
676
677
* `ignoreColumns` and `includeColumns` now allow put in header names and indecies.
0 commit comments