- Add async iterator support for LevelDB and Iterator, use with
for await
- Fix
LevelDB.repair()
andLevelDB.destory()
methods, and make them static, use as such:
import { LevelDB } from 'leveldb-zlib'
await LeveDB.repair('./db')
- All LevelDB APIs now use Promise instead of callbacks
- Improve documentation
Initial release