Skip to content

Releases: chelm/geomash

v1.2.0

29 Apr 21:05

Choose a tag to compare

Added

  • added a count method that will return the length of the geohash keys

v1.1.2

20 Apr 19:27

Choose a tag to compare

Changed

  • fixed the way redis connects. Was passing a config object but needed to explicit about host and port in the createClient(port, host) string

v1.1.1

20 Apr 18:40

Choose a tag to compare

Changed

  • Fixed bug with missing geometries on features

v1.1.0

16 Apr 18:39

Choose a tag to compare

Changed

  • replaced leveldb with redis to support using geomash in a more distributed way
  • added an option in-mem db used for CLI

v1.0.4

16 Apr 16:03

Choose a tag to compare

Added

  • new method addMany that can aggregate arrays of features

v1.0.3

16 Apr 14:15

Choose a tag to compare

Changed

  • Made the CLI tool not use the DB since persistance is not needed there

Added

  • Created 2 more public methods on geomash: createGeoHash and insert

v1.0.2

15 Apr 21:41

Choose a tag to compare

Added

  • Created an option to bin/geomash to print each feature with -v

v1.0.1

15 Apr 20:58

Choose a tag to compare

updating the changelog and package

v1.0.0

15 Apr 20:57

Choose a tag to compare

Added

  • Version 1 has support to create geohash aggregations inside leveldb
  • Support for using as node module and a CLI script that can stream data