File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -109,10 +109,10 @@ $ npm run coverage
109
109
110
110
Current Coverage is:
111
111
```
112
- Statements : 94.84 % ( 202/213 )
112
+ Statements : 94.91 % ( 205/216 )
113
113
Branches : 93.33% ( 154/165 )
114
114
Functions : 100% ( 37/37 )
115
- Lines : 95.52 % ( 192/201 )
115
+ Lines : 95.59 % ( 195/204 )
116
116
```
117
117
118
118
## Frequently Asked Questions (FAQ)
@@ -131,3 +131,4 @@ Please find the updated list (relocated to the Wiki) here: [Frequently Asked Que
131
131
* Wrapped value support for json2csv and csv2json (as of 1.3.0)
132
132
* Support for multiple different schemas (as of 1.4.0)
133
133
* Promisified versions of the functions are now available by default: json2csvPromisified, csv2jsonPromisified (as of 2.2.0)
134
+ * Nested quotes are escaped with an additional quote (per [ RFC 4180] ( https://tools.ietf.org/html/rfc4180 ) ) thanks to @eric-thelin (as of 2.3.0)
Original file line number Diff line number Diff line change 2
2
"author" : " mrodrig" ,
3
3
"name" : " json-2-csv" ,
4
4
"description" : " A JSON to CSV and CSV to JSON converter that natively supports sub-documents and auto-generates the CSV heading." ,
5
- "version" : " 2.2.1 " ,
5
+ "version" : " 2.3.0 " ,
6
6
"repository" : {
7
7
"type" : " git" ,
8
8
"url" : " http://github.com/mrodrig/json-2-csv.git"
26
26
"dependencies" : {
27
27
"underscore" : " 1.9.1" ,
28
28
"doc-path" : " 1.2.2" ,
29
- "bluebird" : " 3.5.1 "
29
+ "bluebird" : " 3.5.2 "
30
30
},
31
31
"devDependencies" : {
32
32
"mocha" : " 5.2.0" ,
33
33
"istanbul" : " 0.4.5" ,
34
- "should" : " 13.2.1 " ,
34
+ "should" : " 13.2.3 " ,
35
35
"async" : " 2.6.1"
36
36
},
37
37
"engines" : {
You can’t perform that action at this time.
0 commit comments