Skip to content

Commit

Permalink
v0.6.0
Browse files Browse the repository at this point in the history
* Removed try catch from emit to allow bubbling up of errors to process, if one is thrown C2FO#93
    * This also fixed issue C2FO#92 where a loop was entered when `this.emit("error")` was called.
* Added new tests
  • Loading branch information
doug-martin committed Mar 13, 2015
1 parent 9eb3d29 commit f0a0e85
Show file tree
Hide file tree
Showing 9 changed files with 40,105 additions and 658 deletions.
6 changes: 6 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# v0.6.0

* Removed try catch from emit to allow bubbling up of errors to process, if one is thrown [#93](https://github.com/C2FO/fast-csv/issues/93)
* This also fixed issue [#92](https://github.com/C2FO/fast-csv/issues/92) where a loop was entered when `this.emit("error")` was called.
* Added new tests

# v0.5.7

* Strict record handling [#53](https://github.com/C2FO/fast-csv/pull/53) - [@derjust](https://github.com/derjust)
Expand Down
Loading

0 comments on commit f0a0e85

Please sign in to comment.