Level / level-js

An abstract-leveldown compliant store on top of IndexedDB.
MIT License
544 stars 44 forks source link

Upgrade #83

Closed vweevers closed 6 years ago

vweevers commented 6 years ago

This is the big one. Upgrades to latest abstract-leveldown and levelup, adds support for binary keys and removes options.raw.

Closes #75, closes #65, closes #64, closes #62, closes #59, closes #58, closes #48 (but instead of converting buffer keys to arrays I opted for String(key)), closes #40.

vweevers commented 6 years ago

I'll wait on the new levelup, and in the mean time I'll go through the issues linked above, make sure I didn't miss anything.