Skip to content

Commit 0a96f9a

Browse files
committed
Updating to 2.3.0
Updating dependencies and coverage numbers.
1 parent f9c66c0 commit 0a96f9a

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,10 +109,10 @@ $ npm run coverage
109109

110110
Current Coverage is:
111111
```
112-
Statements : 94.84% ( 202/213 )
112+
Statements : 94.91% ( 205/216 )
113113
Branches : 93.33% ( 154/165 )
114114
Functions : 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)

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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"
@@ -26,12 +26,12 @@
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": {

0 commit comments

Comments
 (0)