Skip to content

Releases: noopkat/avrgirl-arduino

v5.0.1

07 Feb 19:04
Compare
Choose a tag to compare
  • 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

03 Jan 18:45
Compare
Choose a tag to compare

Major release which drops support for older NodeJS versions.

4.0.0

01 Dec 18:20
Compare
Choose a tag to compare

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

28 Jan 16:55
Compare
Choose a tag to compare

Patches

  • reverted serialport dependency to v4.x due to Arduino Mega issues.

2.0.0

17 Feb 04:07
Compare
Choose a tag to compare

This is a major version release. The breaking changes are:

  • no longer supporting NodeJS versions 0.10, 0.11, and 0.12

bitmoji

1.7.4

16 Jul 03:34
Compare
Choose a tag to compare

Patches:

  • there was a hitch with the node-serialport upgrade, here be a temporary fix.

1.7.3

12 Jul 01:50
Compare
Choose a tag to compare

Patches:

  • upgrades Serialport dependency to 4.x (huge improvements to stability and API)

1.7.2

08 Jul 02:41
Compare
Choose a tag to compare

Patches:

  • upgraded chip.avr.avr109 to 1.0.7, which resolves the Linux program verification bug 🎉

1.7.1

31 May 22:16
Compare
Choose a tag to compare

Patches:

  • Serialport dependency is now up to date and shiny thanks to @reconbot

1.7.0

31 May 22:16
Compare
Choose a tag to compare

Features

  • Flash method now supports either a filepath string or a buffer object