All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.10.0 (2017-07-24)
3.9.1 (2017-07-14)
3.9.0 (2017-07-11)
3.8.0 (2017-07-03)
3.7.3 (2016-12-08)
- Remove debugger, see #132
- Fix changelog typo
- Fix auto-fields returning all available fields, even if not available on the first object, see #104
- Make callback optional
- Make callback use
process.nextTick
, so it's not sync
Thanks @STRML!
- Revert #114, due to more issues
- Update npmignore
- Add a changelog
- Updatee readme
includeEmptyRows
options added, see #122 (Thanks @glutentag)-a
or--include-empty-rows
added for the CLI.
- mainly for development e.g. adding code format, update readme..
- 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 - {...}
- quote titles in the first row
- err in callback function
- fix stdin encoding
- support reading from stdin #9
- support custom field names #8
- add optional custom delimiter