Skip to content

Releases: napi-rs/napi-rs

napi-v3.7.0

09 Dec 08:53
5f9d53d

Choose a tag to compare

Added

  • (napi) provide unsafe as_mut on ArrayBuffer (#3055)
  • (napi) support Promise.resolve/reject (#3053)

napi-v3.6.1

02 Dec 14:44
be4b16c

Choose a tag to compare

Other

  • updated the following local packages: napi-sys

napi-v3.6.0

02 Dec 09:31
98c987f

Choose a tag to compare

Added

  • (napi-derive) add tracing feature for debug logging NAPI function calls (#3041)
  • (napi) add node_api_create_object_with_properties support for enum creation (#2990)

Fixed

  • (napi) bigInt comparison (#3039)
  • (napi) shutdown runtime at env cleanup on windows (#3026)

Other

  • (napi) add back pub NODE_VERSION_* (#3046)
  • (sys) add back non dyn-symbols behavior (#3045)
  • (napi) add Eq and PartialEq trait to BigInt (#3033)
  • update MSRV in README.md (#3023)

napi-sys-v3.2.1

02 Dec 14:44
be4b16c

Choose a tag to compare

Fixed

  • (sys) always require libloading because of msvc (#3047)

napi-sys-v3.2.0

02 Dec 09:30
98c987f

Choose a tag to compare

Added

  • (napi) add node_api_create_object_with_properties support for enum creation (#2990)

Other

  • (sys) add back non dyn-symbols behavior (#3045)

napi-derive-v3.4.0

02 Dec 09:30
98c987f

Choose a tag to compare

Added

  • (napi-derive) add tracing feature for debug logging NAPI function calls (#3041)

Fixed

  • (deps) update rust crate convert_case to 0.10 (#3031)

napi-derive-backend-v4.0.0

02 Dec 09:30
98c987f

Choose a tag to compare

Added

  • (napi-derive) add tracing feature for debug logging NAPI function calls (#3041)
  • (napi) add node_api_create_object_with_properties support for enum creation (#2990)

Fixed

  • (napi-derive) add paren for function types (#3044)
  • (deps) update rust crate convert_case to 0.10 (#3031)

@napi-rs/cli@3.5.0

02 Dec 09:27
@napi-rs/cli@3.5.0
257dde1

Choose a tag to compare

What's Changed

  • perf: replace debug with obug by @sxzz in #3019
  • fix(deps): update dependency @inquirer/prompts to v8 by @renovate[bot] in #3020
  • chore(deps): update yarn to v4.12.0 by @renovate[bot] in #3030
  • fix(cli): use jsPackageName from cli options by @U-C-S in #3035

New Contributors

  • @Copilot made their first contribution in #2990

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-v3.5.2...@napi-rs/cli@3.5.0

napi-v3.5.2

10 Nov 04:35
67e711d

Choose a tag to compare

Other

  • updated the following local packages: napi-build

napi-derive-v3.3.3

10 Nov 04:35
67e711d

Choose a tag to compare

Fixed

  • (deps) update rust crate convert_case to 0.9 (#3001)

Other

  • (napi) fix tsdown config (#3010)