Releases: mapbox/concaveman
Releases · mapbox/concaveman
v1.2.1
- Add a temporary fix for a Webpack build issue. #20 #18
- Upgrade dependencies.
v1.2.0
Improve robustness by using robust-predicates
, clean up dependencies. #17
v1.1.1
- Slightly improved performance (due to upgrade to RBush v2). #6
- Added a default export for better compatibility with TypeScript and ES6 modules. #4
v1.1.0
Significantly improved performance on large point sets by using a more precise segment to axis-aligned box distance calculation. For example, the total time for a 1 million points sample went from 6.8s to 2.8s.