- Dropping support for Node 4
- Bumping version for NPM
-
Fixing clerical error in README
-
Bumping node module versions
-
Adding API docs
-
Removing e2e tests since they're not complete
-
Removing
asyncawait
plugin -
Disabling
dot-location
rule in ESLint -
Setting
ecmaVersion
to 2017 in ESLint -
using real
async/await
inutils.js
now -
Exposing API publicly
const gencsv = require('csv-generator'); gencsv('foo.csv', ['name'], { rows: 100, chunks: 10, silent: true }).then( res => { console.log(res); }, e => { console.error(e); } );
Adding e2e tests- Adding localizations
- Adding linting to travis build
- Fixing fatal exception when output file is missing for CLI interface
gencsv -r 10K < columns.txt
displays a proper console error instead of a stacktrace
- Adding TONS of new benchmarks
time
logsdtrace
- and spreadsheets with other cool stuff...
- Merging PR #1
- Adding GUID
- Removing float restrictions
- Initial Release