CHANGELOG.md
2.67 KB
Change Log
All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
unreleased
[1.0.9] - 2018-06-08
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.
1.0.8 - 2017-04-24
Changed
- removed
.sass-cache
and another local debugging file from npm package
1.0.7 - 2016-10-17
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
1.0.6 - 2016-08-17
Added
- typings for TypeScript folks (thx @JeffJacobson) #20
- lots of little website improvements
1.0.5 - 2015-03-14
Changed
- Use Jarvis March for convex hulls
1.0.4 - 2014-08-06
Fixed
- Internal improvements to
addVertex()
andarrayIntersectsArrays
Added
- new
isConvex()
method
1.0.3 - 2014-02-24
Fixed
- MultiPolygons can now be closed with the
multipolygon.close()
method. - Circles are now closed properly #234
1.0.2 - 2013-12-16
This release fixes several issues related to convexHull and ensures the Polygons are closed under a variety of situations.
Breaking Changes
primitive.convexHull() now always returns null or a valid Terraformer.Polygon. It will not return arrays or throw errors.
Fixed
-
Terraformer.Circle
is now closed. -
Polygon
s returned byprimitive.convexHull()
are now closed.
Added
-
primitive.convexHull()
` will now handle features.
1.0.1 - 2013-11-12
Initial Release