summaryrefslogtreecommitdiff
path: root/cli/napi
AgeCommit message (Expand)Author
2023-07-20chore: forward v1.35.2 release commit to main (#19887)denobot
2023-07-12chore: forward 1.35.1 back to main (#19814)David Sherret
2023-07-051.35.0 (#19717)denobot
2023-06-26chore: fix typos (#19572)Martin Fischer
2023-06-21fix(cli/napi): property with getter/setter always failed (#19562)Dj
2023-06-21fix(cli/napi): `napi_get_buffer_info` accepts `ArrayBufferView` … (#19551)Dj
2023-06-16chore: forward v1.34.3 release commit to main (#19526)denobot
2023-06-09chore: forward v1.34.2 release commit to main (#19434)denobot
2023-05-29chore: forward v1.34.1 to main (#19312)Bartek Iwańczuk
2023-05-26chore: upgrade rusty_v8 to 0.73.0 (#19278)Bartek Iwańczuk
2023-05-26fix(napi): properly handle arguments in napi_get_cb_info (#19269)Bartek Iwańczuk
2023-05-26fix(napi): clear currently registering module slot (#19249)Bartek Iwańczuk
2023-05-241.34.0 (#19246)denobot
2023-05-24fix(napi): add napi_async_init and napi_async_destroy (#19234)Bartek Iwańczuk
2023-05-18chore: forward v1.33.4 release commit to main (#19181)denobot
2023-05-18refactor(napi): simplify types (#19179)Bartek Iwańczuk
2023-05-18fix(cli/napi): handle finalizers (#19168)Divy Srivastava
2023-05-18fix(napi): BigInt related APIs (#19174)Bartek Iwańczuk
2023-05-12chore: forward v1.33.3 release commit to main (#19111)denobot
2023-05-04chore: forward v1.33.2 release commit to main (#18990)denobot
2023-05-03perf: use jemalloc as global allocator (#18957)Bartek Iwańczuk
2023-05-02chore: release extension crates, unpin tokio (#18954)Bartek Iwańczuk
2023-04-28chore: forward v1.33.1 release commit to main (#18897)denobot
2023-04-281.33.0 (#18879)denobot
2023-04-18chore: forward v1.32.5 release commit to main (#18758)denobot
2023-04-12chore: forward v1.32.4 release commit to main (#18669)denobot
2023-04-01chore: forward v1.32.3 release commit to main (#18561)denobot
2023-04-01chore: forward v1.32.2 release commit to main (#18539)denobot
2023-03-23chore: forward v1.32.1 release commit to main (#18399)denobot
2023-03-221.32.0 (#18367)denobot
2023-03-16chore: forward v1.31.3 release commit to main (#18222)denobot
2023-03-10chore: forward v1.31.2 release commit to main (#18114)denobot
2023-03-09chore: update Rust to 1.68.0 (#18102)Bartek Iwańczuk
2023-02-24chore: forward v1.31.1 release commit to main (#17939)denobot
2023-02-241.31.0 (#17906)denobot
2023-02-10fix(cli/napi): correct name handling in napi property descriptor (#17716)Divy Srivastava
2023-02-10fix(cli/napi): handle all property variants in napi_define_properties (#17680)Divy Srivastava
2023-02-07chore: forward v1.30.3 release commit to main (#17677)denobot
2023-02-03chore: forward v1.30.2 release commit to main (#17641)denobot
2023-02-02chore: forward v1.30.1 release commit to main (#17623)denobot
2023-02-01fix(napi): remove wrong length check in napi_create_function (#17614)Divy Srivastava
2023-02-01fix(napi): return node globalThis from napi_get_global (#17613)Divy Srivastava
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-261.30.0 (#17532)denobot
2023-01-23fix(napi): improve napi_adjust_external_memory (#17501)Divy Srivastava
2023-01-23fix(napi): improve napi_is_detached_arraybuffer (#17498)Divy Srivastava
2023-01-23fix(napi): improve napi_detach_arraybuffer (#17499)Divy Srivastava
2023-01-22fix(napi): correctly handle name in napi_create_function (#17489)Divy Srivastava
2023-01-17chore: forward v1.29.4 release commit to main (#17453)denobot
2023-01-14chore: use rustfmt imports_granularity option (#17421)Divy Srivastava