Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 02:23
· 13 commits to master since this release
d3c142f

This is a complete rewrite (#95) using Typescript built on version 3 of ogr2ogr. The Ogre API and CLI remains mostly the same with the following notable changes:

Breaking changes

  • Removed support for Node 10
  • Using ogr2ogr version 3 as a backend. It may behave differently for some file types.

Enhancements

  • The CLI can now optionally take a limit parameter specifying the upload/body limit in bytes.
  • The UI now has the ability to input a format.

Maintenance

  • #93 - Configure stale issue/PR tracking workflow (@wavded)
  • #92 - Add release draft workflow (@wavded)