Releases: wavded/ogr2ogr
Releases · wavded/ogr2ogr
v5.1.0
v5.0.0
v4.0.1
v4.0.0
v3.1.1
v3.1.0
v3.0.1
v3.0.0
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 theoutput
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. Seedetails
onoutput
object for warnings. - Removed support for Node 10
For documentation of these changes, consult the readme.