Skip to content

Releases: bjornharrtell/jsts

JSTS 1.2.0

05 Jul 19:17
Compare
Choose a tag to compare
  • 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)

JSTS 1.1.2

16 May 19:35
Compare
Choose a tag to compare
  • 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)

JSTS 1.1.1

15 Apr 15:16
Compare
Choose a tag to compare
  • 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

JSTS 1.1.0

08 Apr 19:29
Compare
Choose a tag to compare
  • 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

JSTS 1.0.3

28 Feb 22:42
Compare
Choose a tag to compare
  • Republished previous version as 1.0.3 for Node.js

JSTS 1.0.2

28 Feb 19:27
Compare
Choose a tag to compare
  • Replace babel-polyfill with smaller specific polyfills
  • Fix Polygon import typo

JSTS 1.0.1

26 Feb 18:49
Compare
Choose a tag to compare
  • Node build missing dependencies (#237)

JSTS 1.0.0

26 Feb 18:32
Compare
Choose a tag to compare
Prepare 1.0.0

JSTS 1.0.0-rc8

25 Feb 20:11
Compare
Choose a tag to compare
JSTS 1.0.0-rc8 Pre-release
Pre-release
  • Manual DoubleBits port (fixes #236)

JSTS 1.0.0-rc7

24 Feb 19:51
Compare
Choose a tag to compare
JSTS 1.0.0-rc7 Pre-release
Pre-release
  • 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