jperkin / node-rpio

Raspberry Pi GPIO library for node.js
857 stars 123 forks source link

Any breaking change going from 0.9.x to 1.0.x? #95

Closed adamreisnz closed 5 years ago

adamreisnz commented 5 years ago

As per the title, are there any breaking changes we need to worry about when upgrading to major version 1?

jperkin commented 5 years ago

No, I only did it because NPM discriminates against packages that have a version less than 1. There should be no functional change since 0.9.

adamreisnz commented 5 years ago

Great thanks for confirming