Skip to content

Releases: mbostock/shapefile

v0.6.6

02 Sep 22:16
Compare
Choose a tag to compare
  • Replace the browser field in package.json with unpkg and jsdeliver. (d3/d3#3138)
  • Replace the prepublish script with prepublishOnly.
  • Update dependencies.

v0.6.5

03 Aug 21:21
Compare
Choose a tag to compare
  • Fix crash in earlier versions of Node. (#38)

v0.6.4

31 Jul 04:45
Compare
Choose a tag to compare
  • Support PointM, PolyLineM, PolygonM, and MultiPointM! (#34)

v0.6.3

31 Jul 04:23
Compare
Choose a tag to compare
  • Tolerate corrupt shapefiles by scanning for the next valid record. (#36)

v0.6.2

26 Jan 18:40
Compare
Choose a tag to compare
  • Fix handling of end-of-file marker in dBASE files. (#33)
  • Fix openShp for string sources.

v0.6.1

19 Jan 18:29
Compare
Choose a tag to compare
  • Fix openDbf for buffer and stream sources.
  • Fix openShp for buffer and stream sources.

v0.6.0

18 Jan 18:53
Compare
Choose a tag to compare
  • Add dbf2json for converting standalone dBASE files to JSON.
  • Add openShp for reading standalone shapefiles.
  • Add openDbf for reading standalone dBASE files.

v0.5.11

18 Jan 17:14
Compare
Choose a tag to compare
  • Treat empty numeric fields as null rather than zero. (#31)

v0.5.10

05 Jan 18:24
Compare
Choose a tag to compare

v0.5.9

14 Nov 19:41
Compare
Choose a tag to compare
  • Fix polygon system detection when rings and holes share coincident points.