- Deprecate node 14 or earlier.
- Deprecate dialect option on Database Adapter config in favor of client.
- Deprecate node 12 or earlier.
- Deprecate node 10 or earlier.
- Postgres Driver for Database Adapter
- Remove potencial security vulnerabilities by updating the dependencies
- Validate missing options for csv integration
- Insert batch into database by chunks to prevent query limit
- MSSQL Driver for Database Adapter
- MySQL Driver for Database Adapter
- Replace Travis by CircleCI
- Http Adapter
- Validate config for Csv Adapter
- Validate config for Http Adapter
- Validate config for Database Adapter
- Allow specify columns to fetch from source
- Csv Adapter
- Remove useNullAsDefault warnings from console
- Add node shebang and add permission to run
cli.js
- Add bin entry on package.json
- Database adapter
- Publish on NPM