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

Don't use deprecated v8::Template::Set(). #128

Merged
merged 1 commit into from
Apr 29, 2016
Merged

Don't use deprecated v8::Template::Set(). #128

merged 1 commit into from
Apr 29, 2016

Commits on Apr 27, 2016

  1. Don't use deprecated v8::Template::Set().

    See [0] and [1]: starting with node.js v6, setting non-primitive values
    on FunctionTemplate and ObjectTemplate instances is discouraged; v7 will
    downright disallow it.  Update the code base.  Also update to nan@2.3.0.
    
    [0] nodejs/node#6216
    [1] nodejs/node#6228
    bnoordhuis committed Apr 27, 2016
    Configuration menu
    Copy the full SHA
    2172d1e View commit details
    Browse the repository at this point in the history