Skip to content

Commit

Permalink
v3.6.0
Browse files Browse the repository at this point in the history
* Make callback optional
* Make callback use `process.nextTick`, so it's not sync

See #126 and #125

Thanks @STRML!
  • Loading branch information
Ilya Radchenko committed Jul 7, 2016
1 parent f61c0a2 commit 765cd9c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 3.6.0 / 2016-07-07

* Make callback optional
* Make callback use `process.nextTick`, so it's not sync

Thanks @STRML!

## 3.5.1 / 2016-06-29

* Revert [#114](https://github.com/zemirco/json2csv/pull/114), due to more issues
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "json2csv",
"preferGlobal": "true",
"version": "3.5.1",
"version": "3.6.0",
"description": "Convert JSON to CSV",
"keywords": [
"json",
Expand Down

0 comments on commit 765cd9c

Please sign in to comment.