Releases: noopkat/avrgirl-arduino
Releases · noopkat/avrgirl-arduino
1.5.1
Patches:
- a previous bugfix 341cce5 was accidentally removed, most likely due to a rebase
1.5.0
Features:
- @makenai added
list
and boards
methods to the CLI ✨
Patches:
- @makenai laid down some test foundations
- Travis CI now connected for both tests and coverage report
- new shiny gulp test flow
avrgirl-arduino
now has an official code styleguide, and lint gulp task
- README and CONTRIBUTING doc improvements
- remove deprecated
list.js
1.4.16
Patches:
- upgraded node-serialport to v2.0.5
1.4.15
Patches:
- @ajfisher added some new pid's to match against for some board clones he found 💫
1.4.14
Patches:
- @Frxnz fixed an exec 💣 when regexing Windows PnpId's ✨
1.4.13
Patches
- version bump for chip.avr.avr109 to fix intelhex parsing bug
- small debug function change so that console logs are bound to the correct console (compatibility with Electron, nw.js)
1.4.12
Patches:
- @makenai provided a neater StandardFirmata for Pinoccio Scouts 🙇
- bumped minimist and serialport versions
- Removed leo reset child process, now resetting by DTR cycling, thanks @flaki for testing
1.4.11
Patches:
- @ArekSredzki contributed a nice error handling solution for finding no serialports 👍
1.4.9
Patches:
- @ArekSredzki added support for the Spark Fun Mega Pro board (a mega clone). Thank you! ✨
1.4.8
Patches:
- Updated serialport to 2.0.1 (to resolve issue #17, hooray!)