Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to N-API #979

Closed
wants to merge 25 commits into from
Closed

Port to N-API #979

wants to merge 25 commits into from

Commits on May 30, 2017

  1. test with node v8

    Dane Springmeyer committed May 30, 2017
    Configuration menu
    Copy the full SHA
    1e192f6 View commit details
    Browse the repository at this point in the history
  2. publish for node v8 [publish binary]

    Dane Springmeyer committed May 30, 2017
    Configuration menu
    Copy the full SHA
    d158050 View commit details
    Browse the repository at this point in the history
  3. [publish binary] for windows

    Dane Springmeyer committed May 30, 2017
    Configuration menu
    Copy the full SHA
    7986d4f View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2017

  1. [publish binary] missing windows node@4 x86 binary

    Dane Springmeyer committed Jun 2, 2017
    2 Configuration menu
    Copy the full SHA
    026f062 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2017

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

Commits on Jul 5, 2017

  1. Run conversion tool

    Sampson Gao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    8bd6920 View commit details
    Browse the repository at this point in the history
  2. Fix build errors

    Sampson Gao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    bcf8c15 View commit details
    Browse the repository at this point in the history
  3. Fix runtime errors

    Sampson Gao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    281d339 View commit details
    Browse the repository at this point in the history
  4. Throw error as JavaSript exception

    Sampson Gao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    d2ebf5e View commit details
    Browse the repository at this point in the history
  5. Update ObjectWrap constructor

    Sampson Gao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    c61eea9 View commit details
    Browse the repository at this point in the history
  6. Assign version number to node-addon-api dependency

    Sampson Gao committed Jul 5, 2017
    Configuration menu
    Copy the full SHA
    5546069 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2017

  1. Configuration menu
    Copy the full SHA
    284bbe6 View commit details
    Browse the repository at this point in the history
  2. Fix 'throw when calling Database() without new' test failure by match…

    …ing the expected error message
    Sampson Gao committed Jul 6, 2017
    Configuration menu
    Copy the full SHA
    b6c3a46 View commit details
    Browse the repository at this point in the history

Commits on Jul 20, 2017

  1. Use new version of node-addon-api

    Sampson Gao committed Jul 20, 2017
    Configuration menu
    Copy the full SHA
    1ac9709 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2017

  1. Revert change for error message in the test

    Sampson Gao committed Aug 8, 2017
    Configuration menu
    Copy the full SHA
    f3953ea View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2017

  1. Update to current node-addon-api

    Sampson Gao committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    0fd7f41 View commit details
    Browse the repository at this point in the history
  2. Fix for reference type constraint

    Sampson Gao committed Oct 3, 2017
    Configuration menu
    Copy the full SHA
    cd7a435 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2018

  1. Fix xcode vector assign error (#1)

    * Fix xcode vector assign error
    anisha-rohra authored and mhdawson committed Jan 8, 2018
    Configuration menu
    Copy the full SHA
    25a84c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2018

  1. c++11 requirement for xcode (#2)

    anisha-rohra authored and mhdawson committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    6021084 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2018

  1. Configuration menu
    Copy the full SHA
    9096ee3 View commit details
    Browse the repository at this point in the history
  2. re-enable tests

    Dane Springmeyer committed May 4, 2018
    Configuration menu
    Copy the full SHA
    51e661e View commit details
    Browse the repository at this point in the history
  3. latest version of node-addon-api

    Dane Springmeyer committed May 4, 2018
    Configuration menu
    Copy the full SHA
    350c30a View commit details
    Browse the repository at this point in the history
  4. no need for node-gyp in this branch

    Dane Springmeyer committed May 4, 2018
    Configuration menu
    Copy the full SHA
    e55b078 View commit details
    Browse the repository at this point in the history
  5. fix merge conflict remains

    Dane Springmeyer committed May 4, 2018
    Configuration menu
    Copy the full SHA
    8f73e6f View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2018

  1. merge with master

    Dane Springmeyer committed Jun 23, 2018
    Configuration menu
    Copy the full SHA
    5220955 View commit details
    Browse the repository at this point in the history