Node-serialport: Roadmap

Created on 29 Jul 2017  路  6Comments  路  Source: serialport/node-serialport

Have a good list of features and bugs in https://github.com/node-serialport/node-serialport/milestone/4

help-wanted

All 6 comments

  • #1263 - prebuild electron/nw.js we should and do it via semantic-release :+1:
  • #1251 - Semantic-Release (aka Auto Publish and Versioning as also Changelog)
  • #739 we should then in our libs don't forget to produce import and node require compatible modules.
export default moduleName;
module.exports = moduleName;
  • #1265 - Automated Dependency updates and tracking.

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

Was this page helpful?
0 / 5 - 0 ratings