napi-rs

A framework for building compiled Node.js add-ons in Rust via Node-API

OTHER License

Downloads
6.9M
Stars
5.4K
Committers
119

Bot releases are hidden (Show)

napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn about 3 years ago

1.3.1 (2021-09-02)

Bug Fixes

  • cli: ci template (45d3e68)
  • cli: missed inquirer dependency (c303f35)
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn about 3 years ago

1.3.0 (2021-09-01)

Features

  • cli: add back new command (2c23f44)
napi-rs - [email protected]

Published by Brooooooklyn about 3 years ago

Bugfix

  • fix(napi): utf16 value should not contains 0 terminate #697

Performance

  • perf(napi): make FuturePromise static dispatch #621
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn about 3 years ago

1.2.1 (2021-08-09)

Bug Fixes

  • cli: create dist dir if not existed while building (e90ea93)
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn about 3 years ago

1.2.0 (2021-08-06)

Features

  • cli: upgrade clipanion v3 (67ad0a4)

  • cli: Remove new command (67ad0a4)

napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn about 3 years ago

Chore

napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Feature

  • feat(build): remove ureq to support windows arm64 #587
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn over 3 years ago

Feature

  • feat(cli): support skip gh-release in prepublish command #601
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Perf

  • perf(napi): reduce tokio future execution overhead #597
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Feature

  • feat(build): remove ureq to support windows arm64
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Chore

  • chore(napi): remove useless build dependencies
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Bugfix

  • fix(napi): JsString* leak in from_js_value #584
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Bugfix

  • Allow dropping of string&buffer values when converting #582
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Bugfix

  • fix(napi): wrong memory location of data in future resolved callback #579
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Feature

  • feat(napi): impl more types AsRef and AsMut for TypedArray #578

Refactor

  • refactor(napi): change more generic constraint from NapiValue => NapiRaw #565
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Fix

  • fix(sys): napi_bigint64_array and napi_biguint64_array should be behind the napi6 feature flag
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Chore

  • chore(napi): upgrade once_cell
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Feature

napi8 feature added into napi crate.

Chore

  • Node.js@10 and Node.js@15 removed from CI.
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn over 3 years ago

Feature

  • Support RUST_TARGET in napi build command #535
napi-rs - [email protected]

Published by Brooooooklyn over 3 years ago

Feature

  • feat(napi): expose create_string_from_c_char for C ffi scenario d1bcecc

Fix

  • fix(napi): memory ordering issues in tsfn 5a21bbe