Skip to content

Releases: bcomnes/level-auto-index

v2.0.0

21 Jul 11:19
Compare
Choose a tag to compare
  • Update all deps
    • Update level-hookdown
      • update Levelup 4.1.0

v1.1.0

12 Mar 20:08
Compare
Choose a tag to compare
  • 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

06 Feb 03:18
59b9865
Compare
Choose a tag to compare
  • Fix index cleaning bug. Indexes should now clean up missing lookups.

v1.0.4

22 Jan 00:01
d7af904
Compare
Choose a tag to compare
  • Fix another bug in batch operations
  • Expose internally references db and idb instances

v1.0.3

16 Jan 02:18
de961ac
Compare
Choose a tag to compare
  • Fix bug in batch operations.

v1.0.2

15 Jan 21:22
ad05430
Compare
Choose a tag to compare
  • Fix async race conditon

v1.0.1

15 Jan 20:49
edecede
Compare
Choose a tag to compare

Added

  • simplified example
  • added key encoding example

Fixed

  • empty index keys are ignored

v1.0.0

15 Jan 01:35
4697c9d
Compare
Choose a tag to compare
  • engage
  • Initial release