Skip to content
This repository has been archived by the owner on Mar 9, 2021. It is now read-only.

Releases: Esri/terraformer

v1.0.12

07 Apr 16:34
7b74188
Compare
Choose a tag to compare

Fixed

  • added two missing variable declarations

Changes

  • "strict mode"

v1.0.10

07 Jan 18:58
Compare
Choose a tag to compare

Changed

  • TypeScript typings updates
  • Updated internal dependencies to resolve security vulnerabilities.

v1.0.9

09 Jun 00:16
Compare
Choose a tag to compare

Changed

  • moved from phantomjs to chrome for browser testing
  • moved GeoJSON typings to optionalDependencies for TypeScript users.

Removed

  • doing a better job of purging extraneous files from the npm tarball.

v1.0.8

24 Apr 20:56
Compare
Choose a tag to compare

Fixed

  • TypeScript improvements

Changed

  • removed .sass-cache and another local debugging file from npm package

v1.0.7

17 Oct 20:09
Compare
Choose a tag to compare

Fixed

  • ensure that contains()/within() can compare the geometry of GeoJSON feature objects. #281

Removed

  • the minified library and archived versions have been removed from source control

v1.0.6

17 Aug 19:42
Compare
Choose a tag to compare

Added

  • typings for TypeScript folks (thx @JeffJacobson) #20
  • lots of little website improvements

v1.0.5

14 Mar 15:19
Compare
Choose a tag to compare

Changed

  • Use Jarvis March for convex hulls

v1.0.4

31 Oct 20:19
Compare
Choose a tag to compare
  • Internal improvements to addVertex() and arrayIntersectsArrays
  • new isConvex() method

v1.0.3

24 Feb 21:32
Compare
Choose a tag to compare
  • MultiPolygons can now be closed with the multipolygon.close() method.
  • Circles are now closed properly #234

v1.0.2

16 Dec 18:06
Compare
Choose a tag to compare

This release fixes several issues related to convexHull and ensures the Polygons are closed under a variety of situations.

Breaking

  • primitive.convexHull() now always returns null or a valid Terraformer.Polygon. It will not return arrays or throw errors.

Fixes

  • Terraformer.Circle is now closed.
  • Polygon returned by primitive.convexHull() are now closed.

Enhancements

  • primitive.convexHull() will now handle features.