All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Context support for
GetClusters
method
- Updated examples to use
log
instead offmt
- Replaced deprecated
ioutil
methods withos
package
- CHANGELOG.md file
- Tests for
Point.Included
field
gci
,gofumpt
andgodot
linters applied- Module name to
github.com/aliakseiz/gocluster
- Moved tests to
*_test
packages - Synchronized the implementation with parent mapbox/supercluster
- Points with no coordinates are skipped
- Failing tests
- Incorrect IDs in
Point.Included
field for some clusters - Numerous typos in comments
- Clustering in some edge cases, i.e. view covers western and eastern hemispheres
Descendants
field from thePoint
- Nested structures in test helpers
Fork from AlekseevAV/cluster