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
- Remove vendored
algosdk
dependency in favor of[email protected]
. Due to a difference in how the neweralgosdk
produces JSON encodedSignedTransaction
objects, the JSON key order for transactions have changed slightly, but their content remains the same.
0.1.3 - 2024-01-04
- Fix app state not being properly reset when stepping back (#19)
- Properly handle failing clear state programs (#20)
0.1.2 - 2023-12-14
- Fix file path handling on Windows (#18)
- Remove algosdk source map references that were unusable
0.1.1 - 2023-11-27
- Add support for TS < 4.7 and projects with non nodenext/node16 module resolution settings (#16)
0.1.0 - 2023-11-22
- Initial AVM debug adapter implementation.