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
109109
110110Current Coverage is:
111111```
112- Statements : 94.84 % ( 202/213 )
112+ Statements : 94.91 % ( 205/216 )
113113Branches : 93.33% ( 154/165 )
114114Functions : 100% ( 37/37 )
115- Lines : 95.52 % ( 192/201 )
115+ Lines : 95.59 % ( 195/204 )
116116```
117117
118118## Frequently Asked Questions (FAQ)
@@ -131,3 +131,4 @@ Please find the updated list (relocated to the Wiki) here: [Frequently Asked Que
131131* Wrapped value support for json2csv and csv2json (as of 1.3.0)
132132* Support for multiple different schemas (as of 1.4.0)
133133* 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 22 "author" : " mrodrig" ,
33 "name" : " json-2-csv" ,
44 "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 " ,
66 "repository" : {
77 "type" : " git" ,
88 "url" : " http://github.com/mrodrig/json-2-csv.git"
2626 "dependencies" : {
2727 "underscore" : " 1.9.1" ,
2828 "doc-path" : " 1.2.2" ,
29- "bluebird" : " 3.5.1 "
29+ "bluebird" : " 3.5.2 "
3030 },
3131 "devDependencies" : {
3232 "mocha" : " 5.2.0" ,
3333 "istanbul" : " 0.4.5" ,
34- "should" : " 13.2.1 " ,
34+ "should" : " 13.2.3 " ,
3535 "async" : " 2.6.1"
3636 },
3737 "engines" : {
You can’t perform that action at this time.
0 commit comments