Skip to content

Releases: bjornharrtell/jsts

JSTS 1.0.0-rc6

23 Feb 17:28
Compare
Choose a tag to compare
JSTS 1.0.0-rc6 Pre-release
Pre-release
  • Use babel-polyfill and Browserify to get full ES5 compatibility (#222)

JSTS 1.0.0-rc5

22 Feb 17:52
Compare
Choose a tag to compare
JSTS 1.0.0-rc5 Pre-release
Pre-release
  • Initialize all arrays with null which should fix Quadtree issues (#228)

JSTS 1.0.0-rc4

21 Feb 08:11
Compare
Choose a tag to compare
JSTS 1.0.0-rc4 Pre-release
Pre-release
  • Slightly improved performance and reduced build size (improved translation)

JSTS 1.0.0-rc3

20 Feb 21:18
Compare
Choose a tag to compare
JSTS 1.0.0-rc3 Pre-release
Pre-release
  • Another significant increase in performance and yet smaller builds (improved translation)
  • Problem with Polygon and point distance calculation (#224)
  • GeoJSONWriter is not properly converting the Polygon Geometry bug (#223)
  • The Browser and Node.js builds should be fully ES5-compatible (#222)
  • Expose more of the JTS API in the single file builds (#220)

JSTS 1.0.0-rc2

16 Feb 19:46
Compare
Choose a tag to compare
JSTS 1.0.0-rc2 Pre-release
Pre-release
  • Documentation improvements

JSTS 1.0.0-rc1

14 Feb 10:43
Compare
Choose a tag to compare
JSTS 1.0.0-rc1 Pre-release
Pre-release
  • PrecisionReducerCoordinateOperation crash on definition (#219)
  • Rename olParser to OL3Parser (51c6fe3)

JSTS 1.0.0-beta4

12 Feb 11:10
Compare
Choose a tag to compare
JSTS 1.0.0-beta4 Pre-release
Pre-release
  • Significantly faster and a bit smaller (improved translation of overloads)

JSTS 1.0.0-beta3

10 Feb 20:00
Compare
Choose a tag to compare
JSTS 1.0.0-beta3 Pre-release
Pre-release
  • Missing DPTransformer in DouglasPeuckerSimplifier (#218)
  • Expose most public classes in single file builds

JSTS 1.0.0-beta2

07 Feb 21:23
Compare
Choose a tag to compare
JSTS 1.0.0-beta2 Pre-release
Pre-release
  • Fixed remaining test failures
  • Fixed GeoJSON write issues (02b0778)
  • Separate browser and Node build targets

JSTS 1.0.0-beta1

05 Feb 07:08
Compare
Choose a tag to compare
JSTS 1.0.0-beta1 Pre-release
Pre-release
  • Initial beta release