Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 07 Mar 17:42
· 1 commit to refs/heads/master since this release
ecbfdfc

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