Skip to content

Releases: mourner/geokdbush

v2.0.1

01 Jul 09:22
Compare
Choose a tag to compare

Remove unnecessary files (bench/test) from NPM package contests.

v2.0.0

01 Jul 09:21
Compare
Choose a tag to compare
  • 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

27 Apr 12:52
Compare
Choose a tag to compare

Added a geokdbush.distance function for convenience.

v1.0.2

18 Mar 15:20
Compare
Choose a tag to compare

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

18 Mar 15:15
Compare
Choose a tag to compare

Fixed a critical bug that made the queries skip certain points.

v1.0.0

18 Mar 15:14
Compare
Choose a tag to compare

First release!