Skip to content

Commit

Permalink
feat: Add streaming API (#235)
Browse files Browse the repository at this point in the history
* Add streaming API

* Fix linting issue

* Some last minute fixes

* Fix some issues with transform error handling
  • Loading branch information
juanjoDiaz authored and knownasilya committed Jan 29, 2018
1 parent dce4d33 commit 01ca93e
Show file tree
Hide file tree
Showing 32 changed files with 2,239 additions and 970 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
* text=auto
test/fixtures/csv/eol.csv text eol=crlf
test/fixtures/csv/escapeEOL.csv text eol=crlf
8 changes: 5 additions & 3 deletions .npmignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
test
CHANGELOG.md
.travis.yml
coverage
.github/
devtools
CHANGELOG.md
test
coverage
.nyc_output
Loading

0 comments on commit 01ca93e

Please sign in to comment.