Skip to content

Latest commit

 

History

History
40 lines (24 loc) · 1.31 KB

CHANGELOG.md

File metadata and controls

40 lines (24 loc) · 1.31 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.1.3 - 2024-01-04

Fixed

  • Fix app state not being properly reset when stepping back (#19)
  • Properly handle failing clear state programs (#20)

0.1.2 - 2023-12-14

Fixed

  • Fix file path handling on Windows (#18)
  • Remove algosdk source map references that were unusable

0.1.1 - 2023-11-27

Added

  • Add support for TS < 4.7 and projects with non nodenext/node16 module resolution settings (#16)

0.1.0 - 2023-11-22

Added

  • Initial AVM debug adapter implementation.