Skip to content

Latest commit

 

History

History
47 lines (28 loc) · 1.68 KB

CHANGELOG.md

File metadata and controls

47 lines (28 loc) · 1.68 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.2.0 - 2024-08-22

Changed

  • Remove vendored algosdk dependency in favor of algosdk@3.0.0-beta.1. Due to a difference in how the newer algosdk produces JSON encoded SignedTransaction objects, the JSON key order for transactions have changed slightly, but their content remains the same.

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.