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.
- Update all deps
- Update level-hookdown
- update Levelup 4.1.0
- Update level-hookdown
- Add multi-key indexing. Multi-key reducers can return an array of keys to index per
put
,del
, orbatch
. Thanks @louiscenter and @substack for the idea.
- Fix index cleaning bug. Indexes should now clean up missing lookups.
- Fix another bug in batch operations
- Expose internally references db and idb instances
- Fix bug in batch operations.
- Fix async race conditon
- simplified example
- added key encoding example
- empty index keys are ignored
- engage
- Initial release