Releases: noopkat/avrgirl-arduino
Releases · noopkat/avrgirl-arduino
v5.0.1
- Bump bl from 4.0.2 to 4.0.3
- Automate GitHub releases and Changelog generation
- remove master branch trigger for changelog gh action
v5.0.0
Major release which drops support for older NodeJS versions.
4.0.0
Patches
- updated js-stk500v1 for new buffer methods
- updated js-stk500v2 for new buffer methods
- updated intel-hex for new buffer methods
- update AVR109 reset method to only pull down DTR and no longer pull up
- using
path
instead of comName
for Windows node-serialport API usage
- updated tests for new node-serialport API
- updated tests for new buffer methods
- update micro demo for new buffer methods
Breaking changes
- updated node-serialport to v8.0.5
v2.2.9
Patches
- reverted serialport dependency to v4.x due to Arduino Mega issues.
2.0.0
This is a major version release. The breaking changes are:
- no longer supporting NodeJS versions 0.10, 0.11, and 0.12
1.7.4
Patches:
- there was a hitch with the node-serialport upgrade, here be a temporary fix.
1.7.3
Patches:
- upgrades Serialport dependency to 4.x (huge improvements to stability and API)
1.7.2
Patches:
- upgraded
chip.avr.avr109
to 1.0.7, which resolves the Linux program verification bug 🎉
1.7.1
Patches:
- Serialport dependency is now up to date and shiny thanks to @reconbot ✨
1.7.0
Features
- Flash method now supports either a filepath string or a buffer object