Note: GitHub Milestones are now used to track TurfJS releases (4.1.0 Milestone)
- added centered param to point-grid (PR: #650)
- Single
module.export
helpers, invariant & meta (Commit: https://github.com/Turfjs/turf/commit/9cebb2100cf545fec49488c80140909ab54358b5)
- Turf.invariant fails on string value as coordinate (PR: #643)
- Handle precision=0 turf-truncate (PR: #641)
- Added
radiansToDistance
,distanceToRadians
&distanceToDegrees
to Turf core library from@turf/helpers
. (Commit: https://github.com/Turfjs/turf/commit/a88d77a3e7f76860b3c138a716da8b603a407c8e) - Removed process.hrtime in
@turf/polygon-unkink
(issue: mclaeysb/simplepolygon#5)
CC: @Turfjs/ownership