Turf v6.5.0 Release Notes
-
๐ New Features/Enhancements
- ๐ [
@turf/points-with-polygon
](points-with-polygon) Add MultiPoint support (PR https://github.com/Turfjs/turf/pull/2137 - Author @twelch)
๐ ๐ Bug Fixes
[
@turf/dissolve
](dissolve) Complete rewrite of the dissolve module to resolve many bugs (PR https://github.com/Turfjs/turf/pull/2110 - Author @rowanwins)[
@turf/mask
](mask) Complete rewrite of the mask module to resolve many bugs (PR https://github.com/Turfjs/turf/pull/2130 - Author @rowanwins)[
@turf/boolean-valid
](boolean-valid) Add missing dependency to (PR https://github.com/Turfjs/turf/pull/2094 - Author @rycgar)
๐ ๐ Documentation
- [
@turf/boolean-overlap
](boolean-overlap) Improve clarity (PR https://github.com/Turfjs/turf/pull/2133 - Author @patrickbrett)
๐ Misc
- Enable TS Strict Mode (PR https://github.com/Turfjs/turf/pull/2126 - Author @mfedderly)
- ๐ [