| Commit message (Expand) | Author | Age | Files | Lines |
| * | n-api: mark version 5 N-APIs as stable | Gabriel Schulhof | 2019-09-05 | 3 | -4/+1 |
| * | test: refactoring test_error testing | himself65 | 2019-08-01 | 1 | -14/+4 |
| * | n-api: refactoring napi_create_function testing | Octavian Soldea | 2019-07-31 | 3 | -69/+42 |
| * | n-api: refactor a previous commit | Octavian Soldea | 2019-07-26 | 7 | -201/+154 |
| * | n-api: add APIs for per-instance state management | Gabriel Schulhof | 2019-07-25 | 3 | -0/+148 |
| * | test: propagate napi_status to JS | Octavian Soldea | 2019-07-18 | 2 | -106/+94 |
| * | n-api: define ECMAScript-compliant accessors on napi_define_class | legendecas | 2019-06-17 | 3 | -5/+39 |
| * | n-api: define ECMAScript-compliant accessors on napi_define_properties | legendecas | 2019-06-17 | 1 | -2/+14 |
| * | src: add napi_define_class() null checks | Octavian Soldea | 2019-06-07 | 2 | -11/+165 |
| * | test: pass null params to napi_xxx_property() | Octavian Soldea | 2019-05-13 | 2 | -0/+215 |
| * | tools: force common be required before any other modules | ZYSzys | 2019-05-13 | 1 | -2/+1 |
| * | n-api: make napi_get_property_names return strings | Anna Henningsen | 2019-05-06 | 2 | -0/+43 |
| * | test: check `napi_get_reference_value()` during finalization | Anna Henningsen | 2019-04-30 | 1 | -0/+4 |
| * | test: pass null params to napi_create_function() | Octavian Soldea | 2019-04-10 | 2 | -0/+99 |
| * | test: cover napi_get/set/has_named_property() | Gabriel Schulhof | 2019-04-05 | 2 | -0/+111 |
| * | benchmark,doc,lib: capitalize more comments | Ruben Bridgewater | 2019-03-27 | 6 | -7/+7 |
| * | n-api: remove code from error name | Ruben Bridgewater | 2019-03-23 | 1 | -3/+3 |
| * | test: fix compiler warning in test_string.c | Daniel Bevenius | 2019-03-12 | 1 | -1/+3 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-03-10 | 4 | -6/+5 |
| * | n-api: improve performance creating strings | Anthony Tuininga | 2019-03-09 | 2 | -0/+36 |
| * | n-api: implement date object | Jarrod Connolly | 2019-02-28 | 3 | -0/+97 |
| * | benchmark,doc,lib,test: capitalize comments | Ruben Bridgewater | 2019-02-28 | 2 | -2/+2 |
| * | n-api: mark thread-safe function as stable | Gabriel Schulhof | 2019-01-21 | 1 | -2/+2 |
| * | test: remove unnecessary eslint-disable comments | Rich Trott | 2018-12-21 | 1 | -1/+0 |
| * | test: remove obsolete eslint comments | cjihrig | 2018-12-19 | 1 | -1/+0 |
| * | doc,lib,test: capitalize comment sentences | Ruben Bridgewater | 2018-12-17 | 3 | -3/+3 |
| * | tools: capitalize sentences | Ruben Bridgewater | 2018-12-10 | 2 | -3/+3 |
| * | test: partition N-API tests | Gabriel Schulhof | 2018-12-04 | 95 | -0/+5451 |