Releases: Esri/terraformer
Releases · Esri/terraformer
v1.0.12
07 Apr 16:34
Compare
Sorry, something went wrong.
No results found
Fixed
added two missing variable declarations
Changes
v1.0.10
07 Jan 18:58
Compare
Sorry, something went wrong.
No results found
Changed
TypeScript typings updates
Updated internal dependencies to resolve security vulnerabilities.
v1.0.9
09 Jun 00:16
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixed
Changed
removed .sass-cache and another local debugging file from npm package
v1.0.7
17 Oct 20:09
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Added
typings for TypeScript folks (thx @JeffJacobson ) #20
lots of little website improvements
v1.0.5
14 Mar 15:19
Compare
Sorry, something went wrong.
No results found
Changed
Use Jarvis March for convex hulls
v1.0.4
31 Oct 20:19
Compare
Sorry, something went wrong.
No results found
Internal improvements to addVertex() and arrayIntersectsArrays
new isConvex() method
v1.0.3
24 Feb 21:32
Compare
Sorry, something went wrong.
No results found
MultiPolygons can now be closed with the multipolygon.close() method.
Circles are now closed properly #234
v1.0.2
16 Dec 18:06
Compare
Sorry, something went wrong.
No results found
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.