Releases: dankeboy36/vscode-arduino-api
Releases · dankeboy36/vscode-arduino-api
0.2.1
0.2.0
0.1.2
- use
strict
test assertions, - 💄 updated README: dropped the
2.x
when referring to the Arduino IDE, - set constraint on the Node.js engine:
>=16.14.0
, and - simplified the project description.
No behavioral changes are expected. Have fun ☀️
0.1.1
- New API to retrieve the info for a board from the
board.txt
via the CLI'sboardDetails#buildProperties
. - Dropped
VID
/PID
. It's a flawed API in Arduino IDE 2.x, - Deep the state in the memory,
- Derived API types from the CLI's API,
- Basic configuration support,
- Replaced the
buildPath
withcompileSummary
, and - Updated the readme.
0.1.0
The initial release of the Arduino API VSIX. The VSIX is not (yet) published to the VS Code Marketplace; just attached to this GitHub release. The VSIX is signed by a verified publisher. Have fun! ❤️