Patch release with several bug fixes.
What's Changed
Bug fixes and new functionality:
- Fixed a bug in nearestPointOnLine causing duplicate points to be returned from lineSlice by @smallsaucepan in #2951
- turf-boolean-contains + turf-boolean-within: Fix line in polygon by @samuelarbibe in #2848
- @turf/boolean-contains - support for multipolygon inside polygon by @MartinP-C in #2357
- Refactor and extend properties of returned nearest point in @turf/nearest-point-on-line by @EmilJunker in #2867
- Changed booleanCrosses with two input lines to recognise if crossing point is between vertices by @smallsaucepan in #2968
- Improve type inference in @turf/helpers' geometry and geometryCollection by @mfedderly in #2971
- turf-tessellate: Pass original coordinate elevations through the tessellate function. by @prozvora in #2855
- Significantly improved performance of clustersDbscan by @smallsaucepan in #2885
Housekeeping and behind the scenes changes:
- Upgrade Lerna by @mfedderly in #2964
- Typescript-ifying turf-great-circle by @thomas-hervey in #2733
- Preparing for NPM trusted publishing plus node version housekeeping by @smallsaucepan in #2952
- Migrate @turf/interpolate to TypeScript by @mfedderly in #2966
- Migrate @turf/line-chunk to TypeScript by @mfedderly in #2969
- Move to Extract for @turf/helpers' geometry() by @mfedderly in #2976
- Migrate @turf/line-offset to TypeScript by @mfedderly in #2974
- Enforce only eraseable TypeScript syntax by @mfedderly in #2977
- @turf/line-slice to TypeScript by @mfedderly in #2979
- @turf/line-slice-along to TypeScript by @mfedderly in #2978
- Migrate @turf/line-split to TypeScript by @mfedderly in #2985
- Migrate @turf/geojson-rbush to TypeScript by @mfedderly in #2980
- Automatically add any inferred README changes in pre-commit hook by @mfedderly in #2987
- Clean up .js files in various TypeScript-first packages by @mfedderly in #2992
- Migrated turf-meta to typescript (bare bones edition) by @smallsaucepan in #2993
New Contributors
- @samuelarbibe made their first contribution in #2848
- @MartinP-C made their first contribution in #2357
- @thomas-hervey made their first contribution in #2733
Full Changelog: v7.3.1...v7.3.2