File: D:/HostingSpaces/RImmers2/portal.photomenu.nl/wwwroot/node_modules/json2csv/CHANGELOG.md
# Change Log
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="3.7.4"></a>
## [3.7.4](https://github.com/zemirco/json2csv/compare/v3.7.1...v3.7.4) (2016-12-08)
### Bug Fixes
* **jsdoc:** JSDoc Editting ([#155](https://github.com/zemirco/json2csv/issues/155)) ([76075d6](https://github.com/zemirco/json2csv/commit/76075d6))
* **ts:** Fix type definition ([#154](https://github.com/zemirco/json2csv/issues/154)) ([fae53a1](https://github.com/zemirco/json2csv/commit/fae53a1))
## 3.6.3 / 2016-08-17
* Fix crashing on EPIPE error [#134](https://github.com/zemirco/json2csv/pull/134)
* Add UMD build for browser usage [#136](https://github.com/zemirco/json2csv/pull/136)
* Add docs during prepublish
## 3.6.2 / 2016-07-22
* Remove debugger, see [#132](https://github.com/zemirco/json2csv/pull/132)
* Fix changelog typo
## 3.6.1 / 2016-07-12
* Fix auto-fields returning all available fields, even if not available on the first object, see #104
## 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
* Update npmignore
* Add a changelog
* Updatee readme
## 3.5.0 / 2016-06-21
* `includeEmptyRows` options added, see [#122](https://github.com/zemirco/json2csv/pull/122) (Thanks @glutentag)
* `-a` or `--include-empty-rows` added for the CLI.
## 2.2.1 / 2013-11-10
* mainly for development e.g. adding code format, update readme..
## 2.2.0 / 2013-11-08
* not create CSV column title by passing hasCSVColumnTitle: false, into params.
* if field is not exist in object then the field value in CSV will be empty.
* fix data in object format - {...}
## 2.1.0 / 2013-06-11
* quote titles in the first row
## 2.0.0 / 2013-03-04
* err in callback function
## 1.3.1 / 2013-02-20
* fix stdin encoding
## 1.3.0 / 2013-02-20
* support reading from stdin [#9](https://github.com/zeMirco/json2csv/pull/9)
## 1.2.0 / 2013-02-20
* support custom field names [#8](https://github.com/zeMirco/json2csv/pull/8)
## 1.1.0 / 2013-01-19
* add optional custom delimiter