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

https://napi.rs/blog/announce-v2 @Brooooooklyn

Special thanks to @forehalo for the initial version of NAPI-RS v2

And @timfish @h-a-n-a @joaomoreno @yisibl @idan-at @sam3d for contributing.

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

Published by Brooooooklyn almost 3 years ago

2.0.0 (2021-12-17)

Note: Version bump only for package @napi-rs/cli

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.0-beta.7

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/@napi-rs/[email protected]@2.0.0-beta.6

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

Published by Brooooooklyn almost 3 years ago

2.0.0-beta.5 (2021-12-10)

Bug Fixes

  • cli: enum TypeScript type should be const enum (f4b0a2e)
  • cli: preserve authors field while creating npm dir (ecb6522)

Features

  • cli: provide rename command to rename everything in package-template project (b977265)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

Feature

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

Bugfix

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

Feature

  • Add noop feature to disable codegen of #[napi] @Brooooooklyn

This feature is useful for sharing code between Node.js native addon and wasm

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

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.0-beta.3

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

Published by Brooooooklyn almost 3 years ago

2.0.0-beta.4 (2021-12-07)

Features

  • cli: workaround for Windows i686 ICE in dev mode (11a5a35)

Reverts

  • Revert "build(deps): bump chalk from 4.1.2 to 5.0.0" (8b362d8)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

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.0-beta.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]@2.0.0-beta.2

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

Published by Brooooooklyn almost 3 years ago

2.0.0-beta.3 (2021-12-03)

Features

  • napi: add -p flag which will be bypassed to cargo (8de30a9)
napi-rs - @napi-rs/[email protected]

Published by Brooooooklyn almost 3 years ago

2.0.0-beta.2 (2021-12-02)

Bug Fixes

  • cli: android armv7 CI config in new command (d495cc1)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

Bugfix

napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

Bugfix

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

Published by Brooooooklyn almost 3 years ago

2.0.0-beta.1 (2021-12-02)

Bug Fixes

  • cli: missing exported enum (d58e488)
napi-rs - [email protected]

Published by Brooooooklyn almost 3 years ago

Features

  • Enable node_api syntax error experimental functions #897 @idan-at