- upgrade snappy to 1.1.8
- upgrade crc32c to 1.1.2
- upgrade prebuild-install to ~7
- target C++ version 17
- upgrade tape to ~5
- update crc32c to 1.1.1
- update snappy to 1.1.7
- update leveldb to 1.23
- upgrade prebuild-install to ~6
- fix for node >= 13
- set C++ standard to 14
- add support for various leveldb options
- rewrite using NaN to compare performance vs. N-API implementation
- fix Travis builds by forcing PIC in crc32c
- update cmake-js
- build shared libraries by default
- upgrade cmake-js to 4.2.0
- switch to building/installing napi binary
- upgrade prebuild install to ~5
- upgrade leveldb to 1.22
- update snappy to latest version 2019-02
- update crc32 to 1.0.7
- upgrade node-addon-api to 1.6.3
- upgrade bindings to 1.5.0
- add Slice struct to simplify conversion from Napi value to leveldb value
- CMake - improve handling compiler flags
- remove node-gyp-build dependency
- fix builds performed when installed as dependency
- fix compilation errors for clang
- upgrade cmake-js to fix build issues during installation
- use
auto
types where possible
- fix
addon
target in make - add prebuild support
- initial implementation