Releases: topojson/topojson
Releases Β· topojson/topojson
v3.0.2
- Fixed topojson.simplify and topojson.filter to preserve the order of arcs in the topology.
- Fix handling of winding order in topojson.sphericalTriangleArea.
- Replace the
browser
field in package.json withunpkg
andjsdeliver
. (d3/d3#3138) - Replace the
prepublish
script withprepublishOnly
. - Update dependencies.
v3.0.0
- Change topojson.topology to no longer destroy the input objects.
- Change topojson.topology to preserve input geometry types.
- Add topojson.filterAttachedWeight.
- Change topojson.presimplify to return a shallow copy rather than modifying the topology.
- Change topojson.presimplify to remove quantization, if any, on the output topology.
- Change topojson.simplify to return a shallow copy rather than modifying the topology.
- Change topojson.filter to return a shallow copy rather than modifying the topology.
- Fix topojson.planarTriangleArea, which was returning twice the intended area.
- Fix topojson.sphericalTriangleArea to be consistent with d3.geoArea.
- Fix topojson.sphericalRingArea to be consistent with d3.geoArea.
- Change topojson.bbox to return a new bounding box rather than modifying the topology.
- Change topojson.quantize to return a shallow copy rather than modifying the topology.
- Allow topojson.quantize to take an optional transform object.
- Change topojson.transform to return a new point, rather than modifying it.
- Change topojson.untransform to return a new point, rather than modifying it.
v2.2.0
- Extract topojson-server for generating TopoJSON.
- Re-export everything from topojson-server.
- Re-export everything from topojson-client.
- Re-export everything from topojson-simplify.
v2.0.0
- Extracted topojson-client and topojson-simplify modules!
- The monolithic topojson command-line tool is dead! Long live geo2topo!
- Simplified the topojson.topology API.
- Now available in-browser!
v1.6.27
v1.6.26
- More robust selection of exterior ring in topojson.merge (d3/d3#2024).