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(). #560

Merged
merged 1 commit into from
Apr 27, 2016
Merged

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

merged 1 commit into from
Apr 27, 2016

Conversation

bnoordhuis
Copy link
Member

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 Nan::SetPrototypeMethod().

[0] nodejs/node#6216
[1] nodejs/node#6228

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 `Nan::SetPrototypeMethod()`.

[0] nodejs/node#6216
[1] nodejs/node#6228
@ralphtheninja
Copy link

Cool. Will this be released soonish?

@mcollina
Copy link
Member

Yep :). Also the README on npm is empty.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants