Skip to content

Releases: TOPLLab/WARDuino-VSCode

0.4.1

27 Sep 13:46
a4e7ca1
Compare
Choose a tag to compare

What's Changed

✨ Changes

  • Do not optimize code in asc compilation (#122)

🐛 Bug Fixes

  • Fix issue with asc and wat2wasm 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

28 Jul 14:24
234c075
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release

What's Changed

✨ Changes

  • Display column information of current position (#109)
  • Rudimentary source mapping for AssemblyScript (#98)
    • support for current location, stepping, and breakpoints

🐛 Bug Fixes

  • Fix retrieval of local and argument values from stack (#106, #114)

🔒 Security Fixes

  • Bump protobufjs from 7.1.2 to 7.2.4 (#121)
  • Bump word-wrap from 1.2.3 to 1.2.4 (#124)

0.3.1

26 Jun 13:51
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release

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

14 Jun 11:20
6e1575c
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release

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

🔨 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

02 Jun 15:26
24bca2a
Compare
Choose a tag to compare
0.2.3 Pre-release
Pre-release

What's Changed

🚑 Critical Hotfixes

  • Use recompile for Arduino

⬆️ Upgrade dependencies

  • Bump WARDuino from 0.3.0 to 0.3.2

0.2.2

16 May 12:30
727aa25
Compare
Choose a tag to compare
0.2.2 Pre-release
Pre-release

What's Changed

🚑 Critical Hotfixes