We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8b78382 commit 4e4f075Copy full SHA for 4e4f075
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+1.0.0 / 2014-03-30
2
+==================
3
+
4
+ * No changes, I just want to start doing semver properly.
5
6
0.9.1 / 2014-03-25
7
==================
8
package.json
@@ -1,6 +1,6 @@
{
"name": "csv-streamify",
- "version": "0.9.1",
+ "version": "1.0.0",
"description": "Streaming CSV Parser. Made entirely out of streams.",
"author": "Clemens Stolle",
"main": "csv-streamify.js",
@@ -17,7 +17,8 @@
17
"keywords": [
18
"csv",
19
"parser",
20
- "stream"
+ "stream",
21
+ "cli"
22
],
23
"license": "BSD",
24
"dependencies": {
0 commit comments