- Add
helloPromisefunction example using Napi::Promise - Move all JSDoc to lib/index.js since versions >=5 do not support the
--polyglotflag and give docs a little refresh
- Add memory stats option to bench tests
- Add doc note about remote vs local coverage using
LCOV
- Add liftoff script, setup docs, and more contributing details per #87
- Add sanitzer flag doc
- Add sanitizer script and enable leak sanitizer
- Add code of conduct
- Add CC0 license
- Point to cpp glossary
- Update compiler flags per best practices per mapbox/cpp#37
- Add bench scripts for async examples
- Add comments about "new" allocation
- Add clang-format
- Use Nan's safer and high performance
Nan::Utf8Stringwhen accepting string args per #55
- Reorganize documentation
-
Add build docs
-
It begins