Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: napi-rs/napi-rs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: napi@2.12.5
Choose a base ref
...
head repository: napi-rs/napi-rs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: napi@2.12.6
Choose a head ref
  • 3 commits
  • 10 files changed
  • 3 contributors

Commits on Apr 18, 2023

  1. Configuration menu
    Copy the full SHA
    5a1f229 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. chore(napi): adds support for Rc<T> / Arc<T> / Mutex<T> (#1573)

    * Adds support for Rc/Arc/Mutex<T>
    
    * Fixes codegen
    
    * Fixes lint
    
    * Fix clippy
    
    ---------
    
    Co-authored-by: LongYinan <lynweklm@gmail.com>
    arcanis and Brooooooklyn authored Apr 25, 2023
    Configuration menu
    Copy the full SHA
    2f00e79 View commit details
    Browse the repository at this point in the history
  2. Release independent packages

    napi@2.12.6
    
    napi-derive@2.12.4
    Brooooooklyn committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    9a220bd View commit details
    Browse the repository at this point in the history
Loading