We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
@turf/line-split
@turf/helpers
@turf/distance
@turf/truncate
@turf/line-segment
bbox
CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered:
Do you know why a few packages did not get a version bump? Specifically intersect, planepoint, random, simplify and union are still on v3.14.0.
intersect
planepoint
random
simplify
union
Sorry, something went wrong.
All of these libraries weren't affected by the @turf/helpers & @turf/distance changes.
I didn't include --force-publish="*" when publishing with Lerna, makes sense for a Major release to have every package updated.
--force-publish="*"
Just published a patch for those libraries.
$ lerna publish --force-publish="@turf/union,@turf/simplify,@turf/random,@turf/planepoint,@turf/intersect"
No branches or pull requests
Major Release Turf v4.0
New Modules
@turf/line-split
Implement Line Split module #634 Split a LineString by another GeoJSON Feature.Major changes
@turf/helpers
Update earth radius Update distance measurement factors #635 (heavily changes@turf/distance
calculation results)Minor changes
@turf/truncate
Handle precision=0 Handle precision=0 turf-truncate #641@turf/line-segment
Add id/index Add id/index to line-segment #633@turf/line-segment
Addbbox
Add bbox to line-segment #632@turf/line-segment
Issue with Polygons with holes Line-Segment - Issue with Polygons with holes #629CC: @Turfjs/ownership
The text was updated successfully, but these errors were encountered: