The Right Key To Unlock Your Door
This release improves Bodega's API with fixes (#27) and improvements (#25) courtesy of @dannynorth, thank you!
The changes are:
- A new
keysExist
function that more efficiently searches for and filters existing keys in aStorageEngine
. - Fixes the
readDataAndKeys
function to always return the correct data and keys. Previously if thereadDataAndKeys
function was provided an invalid key in thekeys
array incorrect values would be returned after the invalid key index.