Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 252 Bytes

HISTORY.md

File metadata and controls

13 lines (8 loc) · 252 Bytes

2.0.0

  • Use CMake for building
  • Abstract away the lower-level LevelDB, use levelup instead
  • Switch to a class-based interface to LevelDB (not accessible to the user)

1.0.1

  • Fix reading from keys

1.0.0

  • Original working implementation