We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2ba0fb commit 459f646Copy full SHA for 459f646
2 files changed
package.json
@@ -18,7 +18,7 @@
18
"email": "t3dodson@gmail.com"
19
}
20
],
21
- "version": "1.0.1",
+ "version": "1.0.2",
22
"keywords": [
23
"csv",
24
"csvtojson",
readme.md
@@ -798,6 +798,10 @@ See more detailed information [here](https://nodejs.org/api/stream.html#stream_c
798
799
#Change Log
800
801
+## 1.0.2
802
+* supported ndjson format as per #113 and #87
803
+* issue: #120
804
+
805
## 1.0.0
806
* Add [Stream Options](#stream-options)
807
* Change version syntax to follow x.y.z
0 commit comments