Releases: Esri/terraformer
Releases · Esri/terraformer
v1.0.12
Compare
Sorry, something went wrong.
No results found
Fixed
added two missing variable declarations
Changes
v1.0.10
Compare
Sorry, something went wrong.
No results found
gavinr
released this
07 Jan 18:58
Changed
TypeScript typings updates
Updated internal dependencies to resolve security vulnerabilities.
v1.0.9
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
Compare
Sorry, something went wrong.
No results found
Fixed
Changed
removed .sass-cache and another local debugging file from npm package
v1.0.7
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
Compare
Sorry, something went wrong.
No results found
Added
typings for TypeScript folks (thx @JeffJacobson ) #20
lots of little website improvements
v1.0.5
Compare
Sorry, something went wrong.
No results found
Changed
Use Jarvis March for convex hulls
v1.0.4
Compare
Sorry, something went wrong.
No results found
Internal improvements to addVertex() and arrayIntersectsArrays
new isConvex() method
v1.0.3
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
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.