Releases: mourner/geokdbush
Releases · mourner/geokdbush
v2.0.1
Remove unnecessary files (bench/test) from NPM package contests.
v2.0.0
- Update the library to work with KDBush v4.
- ⚠️ Breaking: publish the library as a ES module. Drop support for CommonJS.
- ⚠️ Breaking: use modern ES syntax and drop support for IE11 (you can still transpile for it on your end).
v1.1.0
Added a geokdbush.distance
function for convenience.
v1.0.2
Improved performance and stability by using a more precise calculation for lower bound of great circle distance from point to bounding box.
v1.0.1
Fixed a critical bug that made the queries skip certain points.