Skip to content

Latest commit

 

History

History
15 lines (14 loc) · 683 Bytes

ROADMAP.md

File metadata and controls

15 lines (14 loc) · 683 Bytes

v2.0.0

  • Switch from nan to N-API
    • Normalize the build system for this package to match more recent native modules like node-sqlite
  • Switch off of G++ to Clang for all CI work
  • Improve performance by reducing parse/serialize flows
    • Geometry.toObject()
    • Geometry.fromGeoJson()
  • Automate the yuidoc publishing
  • Build out an async API
  • Add a streaming API for parsing files
  • Find a way to keep the dependency source code out of the repository to reduce noise
  • Reduce the number of manual patching done in the gdal format gyp files
  • Automate dependency updates and prebuilt binaries for new node releases
    • It would be nice if we had a bot that did this weekly