Skip to content

Commit f861267

Browse files
committedJun 20, 2017
update version
1 parent 7aa77ba commit f861267

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
"hireable": true
191191
}
192192
],
193-
"version": "1.1.6",
193+
"version": "1.1.7",
194194
"keywords": [
195195
"csv",
196196
"csv parser",

‎readme.md

+5
Original file line numberDiff line numberDiff line change
@@ -667,6 +667,11 @@ Thanks all the [contributors](https://github.com/Keyang/node-csvtojson/graphs/co
667667

668668
# Change Log
669669

670+
## 1.1.7
671+
672+
* add `colParser` parameter
673+
* fix bug that could cause utf-8 character broken
674+
670675
## 1.1.5
671676

672677
* `ignoreColumns` and `includeColumns` now allow put in header names and indecies.

0 commit comments

Comments
 (0)
Failed to load comments.