fuwaneko / node-protobuf

Google Protocol Buffers wrapper for Node.js [UNMAINTAINED]
181 stars 42 forks source link

Update for Node v4.1.1 support #49

Closed bgdavidx closed 8 years ago

bgdavidx commented 8 years ago

This updates node-protobuf to Nan 2.x, with support for the latest version of Node.js (v4.1.1)

fuwaneko commented 8 years ago

Thanks for fixing this!

BryanDonovan commented 8 years ago

Thanks! I got as far as replacing NanNew with Nan::New :).