Ogr2ogr Versions Save

An ogr2ogr wrapper library

v4.0.1

1 year ago

Bug fixes

  • #97 - Add missing space to Result.cmd (@rbrtmrtn)

Maintenance

  • #99 - Fix broken windows (@wavded)
  • #98 - Clarify timeout parameter (@molynerd)

v4.0.0

1 year ago

Breaking changes

  • #91 - Fix ESM not resolving, drop Node 12 support (@wavded)

Bug fixes

  • #91 - Fix ESM not resolving, drop Node 12 support (@wavded)

Maintenance

  • #89 - Add large shapefile test (@wavded)

v3.1.1

2 years ago

Maintenance

  • #80 - Fix broken windows (@wavded)

v3.1.0

2 years ago

Enhancements

  • #73 - Add maxBuffer option (@wavded)

v3.0.1

2 years ago

Bug fixes

  • #72 - Fix extname for shapefile (@wavded)

v3.0.0

2 years ago

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.

v2.1.2

2 years ago

Bug fixes

  • #68 - Fix custom environment variables logic (@rdewit)

v2.1.1

3 years ago

Maintenance

  • #65 - Add release draft workflow (@wavded)
  • #64 - Fix broken windows (@wavded)

v2.1.0

3 years ago
  • df106b3 - Update deps and fix lint (#61)
  • ca15a18 - Allow for switching ogr2ogr command (#60)

v2.0.1

3 years ago