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.11.4
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-derive@2.12.0
Choose a head ref
  • 9 commits
  • 36 files changed
  • 4 contributors

Commits on Mar 16, 2023

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

Commits on Mar 20, 2023

  1. fix(napi): use weak arc for passing thread_finalize_data (#1525)

    * fix(napi): use weak arc for passing thread_finalize_data
    
    * fix: try to fix test of tsfn_return_promise_timeout
    meowtec authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    a6e1ff4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d255a0a View commit details
    Browse the repository at this point in the history
  3. fix(cli): export non const enums when generating typedefs (#1527)

    * fix(cli): export non const enums when generating typedefs
    
    * Make --const-enum as a build flag
    
    ---------
    
    Co-authored-by: LongYinan <lynweklm@gmail.com>
    nebarf and Brooooooklyn authored Mar 20, 2023
    Configuration menu
    Copy the full SHA
    c8bd892 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5605bdf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    550ef7c View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. feat(napi): property getter and setter with closure (#1526)

    * getter with closure with segment fault
    
    * fix getter closure pointer
    
    * add setter
    
    * Cleanup API
    
    * Add test for `create_function_from_closure`
    
    * Fix compile error
    
    * Fix flaky test title
    
    ---------
    
    Co-authored-by: LongYinan <lynweklm@gmail.com>
    victorteokw and Brooooooklyn authored Mar 21, 2023
    Configuration menu
    Copy the full SHA
    aee742f View commit details
    Browse the repository at this point in the history
  2. chore: publish

     - @napi-rs/cli@2.15.0
    Brooooooklyn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    0d951cb View commit details
    Browse the repository at this point in the history
  3. Release independent packages

    napi@2.12.0
    
    napi-derive@2.12.0
    Brooooooklyn committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    3b831f4 View commit details
    Browse the repository at this point in the history
Loading