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

Releases: Esri/terraformer

v1.0.12

Choose a tag to compare

@jgravois jgravois released this 07 Apr 16:34
7b74188

Fixed

  • added two missing variable declarations

Changes

  • "strict mode"

v1.0.10

Choose a tag to compare

@gavinr gavinr released this 07 Jan 18:58

Changed

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

v1.0.9

Choose a tag to compare

@jgravois jgravois released this 09 Jun 00:16

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

Choose a tag to compare

@jgravois jgravois released this 24 Apr 20:56

Fixed

  • TypeScript improvements

Changed

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

v1.0.7

Choose a tag to compare

@jgravois jgravois released this 17 Oct 20:09

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

Choose a tag to compare

@jgravois jgravois released this 17 Aug 19:42

Added

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

v1.0.5

Choose a tag to compare

@jgravois jgravois released this 14 Mar 15:19

Changed

  • Use Jarvis March for convex hulls

v1.0.4

Choose a tag to compare

@patrickarlt patrickarlt released this 31 Oct 20:19
  • Internal improvements to addVertex() and arrayIntersectsArrays
  • new isConvex() method

v1.0.3

Choose a tag to compare

@patrickarlt patrickarlt released this 24 Feb 21:32
  • MultiPolygons can now be closed with the multipolygon.close() method.
  • Circles are now closed properly #234

v1.0.2

Choose a tag to compare

@patrickarlt patrickarlt released this 16 Dec 18:06

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.