Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jul 16:44
· 18 commits to master since this release
b794c1d

Breaking changes

This is a complete rewrite using Typescript providing a less opinionated and cleaned up API based on feedback from previous releases.

  • Uses options object rather than using option chaining as before.
  • Returns output object rather than just the data to provide more debugging information to the client.
  • Removed promise() call. API is now promised based by default.
  • Removed stream() call. Streams will be returned based on format in the output object.
  • Removed special CSV treatment to populate common X, Y fields. Use driver options shown in the readme.
  • Removed skipfailures option, this is always on now. See details on output object for warnings.
  • Removed support for Node 10

For documentation of these changes, consult the readme.