All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.11.5 (2017-10-23)
3.11.4 (2017-10-09)
- security: Update debug to 3.1.0 for security reasons (9c7cfaa)
3.11.3 (2017-10-09)
3.11.2 (2017-09-13)
3.11.1 (2017-08-11)
3.11.0 (2017-08-02)
- Handle dates without double-escaping (#189) (ff514ba)
- unwind parameter in command line mode (#191) (e706c25)
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
includeEmptyRowsoptions added, see #122 (Thanks @glutentag)-aor--include-empty-rowsadded 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