Jsts Versions Save

JavaScript Topology Suite

1.2.0

7 years ago
  • Fix SnapIfNeededOverlayOp and misleading error to throw expected TopologyException (#273, #276)
  • Export geomgraph and ConsistentAreaTester in single file build (#275)
  • Export MCPointInRing in single file build (#271)

1.1.2

8 years ago
  • GeoJSONWriter throws error when trying to write certain geometries bug (#268)
  • Source file names clash on filesystems that are case insensitive (#266)
  • 'Map' is undefined error in IE10 (#263)

1.1.1

8 years ago
  • Fix Internet Explorer 11 compatibility (#259)
  • Fix ability to read GeoJSON Features and FeatureCollections (#256)
  • Fix RuntimeException constructor so that TopologyException now contains proper message
  • Add missing GeometryComponentFilter for a rare code path

1.1.0

8 years ago
  • The ES5 compatible single file build is now an UMD bundle for both browsers and Node.js (#250)
  • jsts.geom.CoordinateList is exposed in the single file build
  • Fixed issues with some remaining use of clone affecting the reverse method for some geometries
  • Define WKTWriter.toLineString as static (#245)
  • Fixed conversion affecting GeometryExtracter #246
  • Fixed conversion of an inner class (#240)
  • Add trivial test for GeoJSONReader (#249)
  • Reduced dependencies
  • License change to match upstream

1.0.3

8 years ago
  • Republished previous version as 1.0.3 for Node.js

1.0.2

8 years ago
  • Replace babel-polyfill with smaller specific polyfills
  • Fix Polygon import typo

1.0.1

8 years ago
  • Node build missing dependencies (#237)

1.0.0

8 years ago

1.0.0-rc8

8 years ago
  • Manual DoubleBits port (fixes #236)

1.0.0-rc7

8 years ago
  • Add algorithm namespace to single file builds (#233)
  • Have Browserify take care of global jsts (#230)
  • Added some additional public classes to single file builds