node-mapserv icon indicating copy to clipboard operation
node-mapserv copied to clipboard

Add support for Node 0.12

Open homme opened this issue 10 years ago • 0 comments

There are a number of C++ API changes between 0.10 and 0.12 that need to be implemented. See:

  • http://strongloop.com/node-js/whats-new-in-node-js-v0-12/#Upcoming%20Breaking%20C++%20API%20Changes%20in%20Node.js%20v0.12
  • https://github.com/joyent/node/wiki/API-changes-between-v0.10-and-v0.12
  • https://github.com/rvagg/node-addon-examples/tree/master/1_hello_world

The changes mean that it may not be possible to support both 0.10 and 0.12 together.

homme avatar Feb 09 '15 11:02 homme