electron / node-abi

:turtle: :rocket: Get the Node.js and Electron ABI for a given target and runtime
https://www.npmjs.com/node-abi
MIT License
164 stars 58 forks source link

v3 vs v2 #111

Closed mafintosh closed 3 years ago

mafintosh commented 3 years ago

Hi 👋 Is there a tldr on the breaking changes between v3 and v2? We rely on this pretty heavily in prebuild/prebuildify and would like to keep it up to date.

lgeiger commented 3 years ago

I think from the release notes it seems like the only breaking change in v3 was to drop support for Nodejs 10, but @MarshallOfSound might have more insights on this.

VerteDinde commented 3 years ago

Hi @mafintosh! Sorry, @lgeiger is correct above - we updated a few dependencies and dropped support for Node 10. The dropped Node 10 support is the only breaking change. I’ll update the documentation/change log to address that.

MarshallOfSound commented 3 years ago

Closing this out as an answered question, updating supported node versions was the breaking change here 👍