Skip to content

Releases: wavded/ogr2ogr

v5.1.0

03 Sep 16:51
7eca1c3
Compare
Choose a tag to compare

v5.0.0

22 Jan 17:22
4d8ec6b
Compare
Choose a tag to compare

Breaking changes

Maintenance

v4.0.1

03 Mar 21:51
729f321
Compare
Choose a tag to compare

Bug fixes

Maintenance

v4.0.0

21 Nov 19:07
f232722
Compare
Choose a tag to compare

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

v3.1.1

05 Jan 22:26
513ec24
Compare
Choose a tag to compare

Maintenance

v3.1.0

03 Aug 14:57
f1b0f2a
Compare
Choose a tag to compare

Enhancements

v3.0.1

29 Jul 18:54
c361bc5
Compare
Choose a tag to compare

Bug fixes

v3.0.0

28 Jul 16:44
b794c1d
Compare
Choose a tag to compare

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

14 May 13:38
3ecda7e
Compare
Choose a tag to compare

Bug fixes

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

v2.1.1

02 Feb 16:49
0f1b7c7
Compare
Choose a tag to compare

Maintenance