Releases: bcomnes/level-auto-index
Releases · bcomnes/level-auto-index
v1.1.0
- Add multi-key indexing. Multi-key reducers can return an array of keys to index per
put
, del
, or batch
. Thanks @louiscenter and @substack for the idea.
v1.0.5
- Fix index cleaning bug. Indexes should now clean up missing lookups.
v1.0.4
- Fix another bug in batch operations
- Expose internally references db and idb instances
v1.0.3
- Fix bug in batch operations.
v1.0.1
Added
- simplified example
- added key encoding example
Fixed
- empty index keys are ignored