Create 4.2.0.md

This commit is contained in:
Denis 2017-08-02 00:08:21 -04:00 committed by GitHub
parent 53bd2d0535
commit 8fa4836c32

38
releases/4.2.0.md Normal file
View File

@ -0,0 +1,38 @@
# New minor Release! Turf 4.2.0 🎉
TurfJS releases are being tracked using [Milestones](https://github.com/Turfjs/turf/milestone/6?closed=1).
## Contributors
- @rowanwins
- @stebogit
- @DenisCarriere
## New Modules
- [`@turf/sector`](https://github.com/Turfjs/turf/pull/653)
- [`@turf/linestring-to-polygon`](https://github.com/Turfjs/turf/pull/672)
## Enhancements
- [Add mutate param to `@turf/flip`](https://github.com/Turfjs/turf/issues/693)
- [Add Geometry & GeometryCollection support to `@turf/truncate`](https://github.com/Turfjs/turf/pull/677)
- [`@turf/inside` performance increase](https://github.com/Turfjs/turf/pull/675)
- [Add properties param to `@turf/circle`](https://github.com/Turfjs/turf/pull/668)
- [Added `bearingToAngle` method to turf-helpers](https://github.com/Turfjs/turf/pull/663)
## Bug Fixes
- [Fix `@turf/buffer` points in high latitudes](https://github.com/Turfjs/turf/pull/667)
- [lineIntersect returns the same point several times](https://github.com/Turfjs/turf/issues/688)
- [`@turf/flip` incorrect if z-elevation is present](https://github.com/Turfjs/turf/issues/669)
## Changes
- [Change output types `@turf/polygon-to-linestring`](https://github.com/Turfjs/turf/pull/686)
## Documentation
- [Update JSDocs examples](https://github.com/Turfjs/turf/pull/670/files)
- [Include many more AddToMap to modules](https://github.com/Turfjs/turf/pull/664)
CC: @Turfjs/ownership