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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Node 12 fixes follow-up #27

Merged
merged 4 commits into from
Jan 25, 2020
Merged

Node 12 fixes follow-up #27

merged 4 commits into from
Jan 25, 2020

Conversation

petrzjunior
Copy link

@petrzjunior petrzjunior commented Jan 24, 2020

Now working with Node.js versions 8.x up to 13.x!

  • update to Bindings 1.5.0
  • update to Nan 2.14.0
  • use Nan::To<> for type conversions
  • use Nan::GetFunction and Nan::Set to retain cross-compatibility
  • provide Nan::AsyncResource to callback as required by new version of Nan library
  • fix all compiler warnings

There are currently no compiler warnings and code uses no deprecated functions anymore. 馃帀

Fixes #24
Fixes pokusew/nfc-pcsc#81
Fixes pokusew/nfc-pcsc#86
Fixes pokusew/nfc-pcsc#91
Fixes pokusew/nfc-pcsc#92

@pokusew
Copy link
Owner

pokusew commented Jan 25, 2020

@petrzjunior Thank you very much for your PR. I really appreciate the work you did on this. 馃憤

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