Closed vweevers closed 6 years ago
This is the big one. Upgrades to latest abstract-leveldown and levelup, adds support for binary keys and removes options.raw.
abstract-leveldown
levelup
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.
String(key)
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.
This is the big one. Upgrades to latest
abstract-leveldown
andlevelup
, adds support for binary keys and removesoptions.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.