Releases: bjornharrtell/jsts
Releases · bjornharrtell/jsts
JSTS 1.0.0-rc7
JSTS 1.0.0-rc6
- Use babel-polyfill and Browserify to get full ES5 compatibility (#222)
JSTS 1.0.0-rc5
- Initialize all arrays with null which should fix Quadtree issues (#228)
JSTS 1.0.0-rc4
- Slightly improved performance and reduced build size (improved translation)
JSTS 1.0.0-rc3
- 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
- Documentation improvements
JSTS 1.0.0-rc1
JSTS 1.0.0-beta4
- Significantly faster and a bit smaller (improved translation of overloads)
JSTS 1.0.0-beta3
- Missing DPTransformer in DouglasPeuckerSimplifier (#218)
- Expose most public classes in single file builds
JSTS 1.0.0-beta2
- Fixed remaining test failures
- Fixed GeoJSON write issues (02b0778)
- Separate browser and Node build targets