NAPI-RSDocsDocsBlogBlogChangelogChangelog
GitHubGitHub (opens in a new tab)DiscordDiscord (opens in a new tab)
  • napi
  • napi-derive
  • napi-sys
  • napi-build
  • @napi-rs/cli
  • Introduction
  • Docs
    • Introduction
      • Getting started
      • A simple package
    • Concepts
      • Exports
      • Naming conventions
      • Values
      • Class
      • Enum
      • Object
      • Function
      • ThreadsafeFunction
      • AsyncTask
      • Inject Env
      • Inject This
      • Reference
      • async fn
      • External
      • Await Promise
      • Types Overwrite
      • Typed Array
    • Compat mode
      • Concepts
        • Env
        • JsValue
        • Reference
        • Thread safe function
        • Tokio
        • Wrap native object
      • Recipes
        • CallContext
        • Defining class
        • Registering module
    • CLI
      • Build
      • Artifacts
      • Prepublish
      • NAPI Config
    • Deep dive
      • Native module
      • History
      • Release native packages
    • Cross build
      • Summary
    • Ecosystem
      • snappy
      • swc
      • @napi-rs
        • skr-canvas
        • @napi-rs/pinyin
      • @node-rs
        • @node-rs/bcrypt
        • @node-rs/crc32
        • @node-rs/deno-lint
        • @node-rs/jieba
    • More
      • Frequently Asked Questions
      • Compare with neon
  • Blog
    • Announce V2
    • GitHub Actions Update 2022 07
  • Changelog
    • napi
    • napi-derive
    • napi-sys
    • napi-build
    • @napi-rs/cli
Question? Give us feedback → (opens in a new tab)Edit this page on GitHub →
Changelog
napi-build

napi-build

napi-build@2.0.1

6/10/2022

What's Changed

  • fix: android builds broken by actions default ndk version bump by @forehalo in https://github.com/napi-rs/napi-rs/pull/1207

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-build@2.0.0...napi-build@2.0.1

napi-build@2.0.0

5/7/2022

What's Changed

BREAKING

  • Use libloading on Windows, remove node-{arch}.lib files in napi-build by @Brooooooklyn in https://github.com/napi-rs/napi-rs/pull/1167

You must use napi 2.4+ with the napi-build@2

Full Changelog: https://github.com/napi-rs/napi-rs/compare/napi-derive@2.3.3...napi-build@2.0.0

napi-sys@napi-rs/cli

       Powered by Nextra