Skip to content

Releases: ginkgoch/node-shapefile

v1.0.17

14 Aug 15:04
Compare
Choose a tag to compare

Added load records progress changed event emitter for UI using.

v1.0.16

14 Aug 12:53
Compare
Choose a tag to compare

Instead of stream-reader, I added the get records implementation with original nodejs API. The reason is that the electron performance is law to read file buffer continuously with stream-reader. While with the original API readable stream, it works pretty good. So it is a brand new implementation to get around the performance issue in this release.

v1.0.14

13 Aug 12:07
4d619e6
Compare
Choose a tag to compare

Feature

  1. performance improvement
  2. breaking change for the iterator's result