- Properly handle UTF8 strings.
- Added
autoDetectColumns
setting to allow an array of objects to be passed in and column names to be auto-detected.columnKeys
can be passed in withautoDetectColumns
set to true to indicate the desired column order. - Properly quote cells and escape double-quotes when
addQuotes
settings is true.
- Introducing CircleCI