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 - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.8

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.4

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

Published by Brooooooklyn almost 3 years ago

2.4.1 (2022-01-18)

Bug Fixes

  • cli: missing shebang in zig-cross sh file (63a16d0)
  • cli: properly handle RUSTFLAGS env var (d84cbe8)
  • cli: swap -lgcc_s with -lunwind (1799aa9)
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn almost 3 years ago

2.4.0 (2022-01-13)

Bug Fixes

  • cli: zig abi should pass to linker (95d49f8)

Features

  • cli: add --strip option for removing symbols (887bdb9)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.3

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

Published by Brooooooklyn almost 3 years ago

2.3.1 (2022-01-13)

Bug Fixes

  • cli: missing zig-abi-suffix support (472ac10)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.7

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.6

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

Published by Brooooooklyn almost 3 years ago

2.3.0 (2022-01-06)

Features

  • cli: support macOS with --zig flag (0db94cc)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.5

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

Published by Brooooooklyn almost 3 years ago

2.2.1 (2022-01-04)

Bug Fixes

  • cli: fix crate-type hint (894334e)
  • cli: handle lld not found (eb79cce)
  • cli: shell: true instead of bash (bc570c2)
  • napi-derive,cli: export type alias for original name (556ace8)
  • napi-derive: return instance from non-default constructor class (e6a30ff)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.4

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.3

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.2

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

Published by Brooooooklyn almost 3 years ago

2.2.0 (2021-12-22)

Features

  • cli: provide a way to override the native package name (046f75d)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.2

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@1.2.1

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.1

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

What's Changed

Full Changelog: https://github.com/napi-rs/napi-rs/compare/[email protected]@2.0.1

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

Published by Brooooooklyn almost 3 years ago

2.1.0 (2021-12-21)

Bug Fixes

  • cli: disable js binding generation if no --platform flag (f577512)
  • keep .d.ts and .js untouched if native doesn't change (09c7df3)

Features

  • napi: add ts typegen skip (df9dc91)