Releases: TOPLLab/WARDuino-VSCode
Releases · TOPLLab/WARDuino-VSCode
0.4.1
What's Changed
✨ Changes
- Do not optimize code in
asc
compilation (#122)
🐛 Bug Fixes
- Fix issue with
asc
andwat2wasm
compilation (#122) - Use locally installed
asc
instead of global (#122)
🔨 Refactor
- Use AS source map (i.e.
upload.wasm.map
) directly (#122)
⬆️ Upgrade dependencies
- Bump WARDuino from 0.4.0 to 0.4.1
0.4.0
0.3.1
What's Changed
✨ Changes
- Update
install.sh
to use latest stable branch of WARDuino
🐛 Bug Fixes
- Fix step functionality in VS Code version
1.79
(#96) - Do not
make clean
for Arduino when launching emulator - Fix incorrect extraction of line information from
wat2wasm
- Fix index out of range exception when stepping (#106)
- Show current line correctly at debugger launch (#112)
🔒 Security Fixes
- Fix xml2js vulnerability by upgrading to
"@vscode/vsce": "^2.19.0"
0.3.0
Merge pull request #88 from TOPLLab/integration/disco-plugin
What's Changed
Major update and rework of plugin by @carllocos.
💥 Breaking changes
- Pull session is controlled by debugging timeline view (introduces issue #108)
✨ Changes
- Feat/module update (#57)
- Add a debugging timeline view
- Add debugging config
- Add
DevicesManager
class - Debug bridges become
EventEmitters
🐛 Bug fixes
- Fix: close all child processes (4285c62) @tolauwae
- Temporary fix for #79 (59a99ed)
- Fix #86 (923cfaa)
🔨 Refactor
- Remove out-of-things (python script) dependency (#59) @carllocos @tolauwae
- Use new
inspect
command for getting WARDuino state - Refactor how state updates are handled
- Refactor bridge creation (92864fd)
🔬 Experimental features
- Add breakpoint policies (disabled by default)
⬆️ Upgrade dependencies
- Bump WARDuino from 0.3.2 to 0.4.0
Full Changelog: v0.2.3...v0.3.0 (500+ commits)
0.2.3
0.2.2
What's Changed
🚑 Critical Hotfixes
- Support WARDuino virtual machine version 0.3.0 (TOPLLab/WARDuino@62aa3b5)