summaryrefslogtreecommitdiff
path: root/cli/napi
AgeCommit message (Expand)Author
2023-01-15fix(napi): functions related to errors (#17370)Bartek Iwańczuk
2023-01-14chore(napi): Remove unstable libuv methods (#17416)Divy Srivastava
2023-01-14fix(napi): correct arguments for napi_get_typedarray_info (#17306)Bartek Iwańczuk
2023-01-13fix(napi): update node version to lts (#17399)Lino Le Van
2023-01-13chore: forward 1.29.3 release back to main (#17401)David Sherret
2023-01-13fix(napi): date and unwrap handling (#17369)Bartek Iwańczuk
2023-01-12fix(napi): Implement `napi_threadsafe_function` ref and unref (#17304)Divy Srivastava
2023-01-10fix(napi): support for env cleanup hooks (#17324)Bartek Iwańczuk
2023-01-10fix(napi): handle static properties in classes (#17320)Bartek Iwańczuk
2023-01-05chore: forward v1.29.2 release commit to main (#17277)denobot
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-17chore: update to Rust 1.66.0 (#17078)linbingquan
2022-12-15chore: forward v1.29.1 release commit to main (#17067)denobot
2022-12-151.29.0 (#17052)denobot
2022-12-13feat(napi): improve napi coverage (#16198)Divy Srivastava
2022-12-05napi: respect --quiet flag in unimplemented warnings (#16935)Bartek Iwańczuk
2022-12-01chore: forward v1.28.3 release commit to main (#16884)denobot
2022-11-30chore: upgrade rusty_v8 to 0.58.0 (#16879)Bartek Iwańczuk
2022-11-28refactor: create util folder, move nap_sym to napi/sym, move http_cache to ca...David Sherret
2022-11-25refactor: move generated_symbol_exports_list_* files to napi folder (#16822)David Sherret
2022-11-12chore: upgrade rusty_v8 to 0.55.0 (#16604)Bartek Iwańczuk
2022-10-30fix(napi): fix is_detached_arraybuffer (#16478)Marcos Casagrande
2022-10-25chore(napi): fix typo in README.md (#16414)Ikko Ashimine
2022-10-15refactor(build): better handle old glibc (#16238)Luke Channings
2022-10-10fix(npm): support compiling on linux/aarch64 (#16208)Luke Channings
2022-10-07perf(napi): optimize primitive napi functions (#16163)Divy Srivastava
2022-10-07chore(napi): Add README explainer for cli/napi_sym and cli/napi (#16187)Divy Srivastava
2022-10-07refactor(napi): simplify `napi_value` interface (#16170)Divy Srivastava
2022-10-05feat(npm): implement Node API (#13633)Divy Srivastava