Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 552 Bytes

HISTORY.md

File metadata and controls

20 lines (15 loc) · 552 Bytes

1.2.0

  • Add async iterator support for LevelDB and Iterator, use with for await

1.1.1

  • Fix iterators not return all values #8, #9

1.1.0

  • Fix LevelDB.repair() and LevelDB.destory() methods, and make them static, use as such:
import { LevelDB } from 'leveldb-zlib'
await LeveDB.repair('./db')

1.0

  • All LevelDB APIs now use Promise instead of callbacks
  • Improve documentation

0.0

Initial release