Releases: ginkgoch/node-shapefile
Releases · ginkgoch/node-shapefile
v1.0.17
v1.0.16
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.