All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- BREAKING CHANGE Deleted documents are now surfaced through the API
- Upgraded hyperkv to 2.0.1
- Blank, empty deleted points ("ghost points") no longer appear on the map due to floating point rounding errors
- Clarifications to the
getChanges
API docs - Some indexing inner loop optimizations
- All of a doc's parents' refs are deleted before adding new refs
osm.ready()
won't fire now until all indexes (now including the changeset index) are finished- Added
osm.ready()
to the API docs
- Generate new document keys in batch() if not provided
- Update terminology in README to be consistent
opts.kv
to pass in a hyperkv instance
- fix in
_onpt
reference calculation to ensure that all nodes referred to by ways are returned correctly
- always return the most current versions of documents in bounding box queries