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: v2.15.0
Choose a base ref
...
head repository: nodejs/nan
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.16.0
Choose a head ref
  • 8 commits
  • 8 files changed
  • 6 contributors

Commits on Dec 16, 2021

  1. docs: license format and contributors

    The license file differed enough that licensed did not recognize it.
    
    The link to the contributors was also outdated.
    eddiemonge authored and kkoopa committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    f9e63d6 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. add node 17 to the test matrix

    relates-to: #924
    mkrufky authored and kkoopa committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    96ed51a View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2022

  1. add define NODE_17_0_MODULE_VERSION

    Flarna authored and kkoopa committed Jan 3, 2022
    Configuration menu
    Copy the full SHA
    8db8c8f View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Upgrade node-gyp

    Failure to upgrade is causing a ton of pain at is:issue label:"ERR! node-gyp -v <= v5.1.0"
    cclauss authored Apr 22, 2022
    Configuration menu
    Copy the full SHA
    a866bb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2022

  1. fix appveyor build tests when x86 binary is not available

    As per Feodor Fitsner (Appveyor Support staff):
    
    > There is no x86 build of Node 18.x anymore, so you should [...] change it to:
    >
    > Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64
    
    See Appveyor ticket: https://help.appveyor.com/discussions/problems/31957-please-install-nodejs-v18-new-builds-are-failing-looks-like-node-18-is-missing
    
    This fixes the following error:
    ```
    Running Install scripts
    Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version)
    Updating Node.js v18.0.0 (x86)
    Uninstalling Node.js v8.17.0 (x86)...
    Installing Node.js v18.0.0 (x86)...
    Exception calling "DownloadFile" with "2" argument(s): "The remote server returned an error: (404) Not Found."
    At C:\Program Files\AppVeyor\BuildAgent\Modules\nodejs-utils\nodejs-utils.psm1:58 char:5
    +     (New-Object Net.WebClient).DownloadFile($packageUrl, $packageFile ...
    +     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
        + CategoryInfo          : NotSpecified: (:) [], MethodInvocationException
        + FullyQualifiedErrorId : WebException
    
    IF %nodejs_version% LSS 4 npm -g install npm@2
    IF %nodejs_version% EQU 5 npm -g install npm@3
    set PATH=%APPDATA%\npm;%PATH%
    npm install
    'npm' is not recognized as an internal or external command,
    operable program or batch file.
    Command exited with code 1
    ```
    mkrufky committed Apr 23, 2022
    Configuration menu
    Copy the full SHA
    3aaaf1b View commit details
    Browse the repository at this point in the history
  2. Add support for Node 18

    Add compatibility with Node 18.0.0
    mmomtchev authored Apr 23, 2022
    Configuration menu
    Copy the full SHA
    16fa322 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. Prepare for 2.16.0

    kkoopa committed May 25, 2022
    Configuration menu
    Copy the full SHA
    862939f View commit details
    Browse the repository at this point in the history
  2. 2.16.0

    kkoopa committed May 25, 2022
    Configuration menu
    Copy the full SHA
    22c8ac4 View commit details
    Browse the repository at this point in the history
Loading