Releases: wavded/ogr2ogr
Releases · wavded/ogr2ogr
v6.0.0
Breaking changes
- Switch to better LIBKML protocol (not KML). Requires gdal to be built with libxml (required if you work with KMZ files).
- Remove support for Node 16.
- Default export removed, use named export instead.
Enhancements
- Add support to force
inputFormat
in cases where ogr2ogr cannot determine from an input stream. (Fixes #110) - #109 - Add skipFailures option (@molynerd)
Maintenance
- Support shz file reading (wavded/ogre#116)
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.