Have a good list of features and bugs in https://github.com/node-serialport/node-serialport/milestone/4
export default moduleName;
module.exports = moduleName;
Already use the releases tab to do the binary downloads, I don't understand
@reconbot don't saw that sorry this is not my main project :) i am also starting to jump in sorry for any wirred suggestions i simply throw them out so i don't forget that :)
I don't mind. I just want to make sure I understand. My current focus is for the 5x release, everything in this roadmap is a minor or patch release.
Binary publishing is done on travis and appveyor. Cross platform builds are not always reliable. Maybe we experiment with a single command build for each platform that does all node and electron versions.
Let's consider a monorepo for SerialPort, each platforms bindings, the mock bindings and the parsers. Nothing should change for users but they can require the sub packages if they want to skip the overhead of everything else.
Did all these things