Skip to content

Releases: noopkat/avrgirl-stk500v2

2.0.0

26 Jul 16:56
Compare
Choose a tag to compare

Breaking changes:

  • upgraded all NodeJS buffer constructor calls to new buffer methods
  • switched to most up-to-date serialport API

Other changes

  • upgraded dependencies
  • updated example in README
  • Github Action for CI testing instead of Travis CI

1.1.0

27 Nov 20:00
Compare
Choose a tag to compare

Patches:

  • upgraded Istanbul

Features:

  • you can now pass in filepaths to all write methods, instead of parsing the files beforehand yourself. Using pre-parsed Buffers is still a supported option.
  • quickFlash and quickEeprom methods now available. Check the README for more info.

1.0.4

27 Nov 19:58
Compare
Choose a tag to compare

Patches:

  • updated documentation

1.0.3

18 Sep 18:37
Compare
Choose a tag to compare

Patches

  • hard coded mode byte for loading page method