All Versions
25
Latest Version
Avg Release Cycle
22 days
Latest Release
43 days ago

Changelog History
Page 1

  • v5.0.4 Changes

    April 29, 2026

    ๐Ÿ›  Fixed

    • (napi-derive) only FnArgs unpacks tuple to variadic params (#3264)
    • (napi) Convert #[ctor] calls to declarative form to remove all features (#3257)
  • v5.0.3 Changes

    April 15, 2026

    ๐Ÿ›  Fixed

    • (napi) preserve generator class methods (#3231)
  • v5.0.2 Changes

    February 14, 2026

    ๐Ÿ›  Fixed

    • (deps) update rust crate convert_case to 0.11 (#3114)
    • (napi-derive) escape * in comments (#3109)
  • v5.0.1 Changes

    January 08, 2026

    ๐Ÿ›  Fixed

    • (napi) memory leak in async fn (#3089)
  • v5.0.0 Changes

    December 30, 2025

    โž• Added

    • (napi-derive) add #[napi(async_iterator)] macro attribute (#3072)
  • v4.0.1 Changes

    December 19, 2025

    ๐Ÿ›  Fixed

    • (napi-derive) class setter param can't be optional (#3066)
  • v3.9.0 Changes

    May 13, 2026

    โž• Added

    • (napi) add ThreadsafeFunction::call_async_catch to handle errors in callback functions (#3291)

    ๐Ÿ›  Fixed

    • (deps) update rust crate ctor to v1 (#3276)
    • (deps) update rust crate ctor to 0.13.0 (#3275)
    • (deps) update rust crate ctor to 0.12.0 (#3271)
  • v3.8.6 Changes

    April 29, 2026

    ๐Ÿ›  Fixed

    • (deps) update rust crate ctor to 0.11.0 (#3270)
    • (napi) Convert #[ctor] calls to declarative form to remove all features (#3257)

    Other

    • (napi) skip duplicate validation (#3268)
    • (napi) clarify unsafe function invariants (#3267)
  • v3.8.5 Changes

    April 15, 2026

    ๐Ÿ›  Fixed

    • (napi) preserve generator class methods (#3231)
    • (deps) update rust crate ctor to v0.10.0 (#3224)
    • (deps) disable ctor priority feature (#3209)
    • (deps) update rust crate ctor to v0.9.1 (#3204)
    • (napi) handle ThreadsafeFunction callback errors gracefully during shutdown (#3188)
    • (napi) populate Error::cause from ThreadsafeFunction callee-handled callbacks (#3162)
    • correct typo in Either error message ("non" โ†’ "none") (#3183)
  • v3.8.4 Changes

    March 28, 2026

    ๐Ÿ›  Fixed

    • (deps) update rust crate ctor to v0.8.0 (#3170)
    • (deps) update rust crate ctor to v0.7.0 (#3169)
    • (napi) check for null error_message in ExtendedErrorInfo::try_from (#3158)
    • (napi) skip nullish error causes when converting from Unknown (#3143)