8000 Comparing nodejs:main...zawata:main · nodejs/nan · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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: nodejs/nan
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: zawata/nan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 8 commits
  • 16 files changed
  • 2 contributors

Commits on Oct 19, 2024

  1. Support Node 23

    kkoopa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    3ce281f View commit details
    Browse the repository at this point in the history
  2. add missing deprecation of FunctionCallback::Callee

    It was removed ages ago, but never marked as deprecated.
    kkoopa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    f3056e2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf14d52 View commit details
    Browse the repository at this point in the history
  4. Deprecate FunctionCallbackInfo::Holder

    Use FunctionCallbackInfo::This instead.
    
    See http://crbug.com/333672197.
    kkoopa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    4a8af32 View commit details
    Browse the repository at this point in the history
  5. Enable correct interceptor return values

    This requires minor changes in user code due to the need to call
    and return from Intercepted::No or Intercepted::Yes. While an
    operator conversion on classes would have been nicer,
    implicit conversion to void is not possible.
    kkoopa committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    7bb2b59 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2025

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

Commits on Jan 21, 2025

  1. Merge branch 'node23'

    zawata committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    ee346b1 View commit details
    Browse the repository at this point in the history
  2. bump package and rename

    zawata committed Jan 21, 2025
    Configuration menu
    Copy the full SHA
    a85e453 View commit details
    Browse the repository at this point in the history
Loading
0