Releases: algorandfoundation/puya-ts
Releases · algorandfoundation/puya-ts
v1.0.0-beta.74
1.0.0-beta.74 (2025-10-24)
Features
- use
--validate-abi-returnoption when getting an ABI result fromabiCall(edc1c78)
v1.0.0-alpha.96
1.0.0-alpha.96 (2025-10-24)
Features
- use
--validate-abi-returnoption when getting an ABI result fromabiCall(3f7bf98)
v1.0.0-alpha.95
1.0.0-alpha.95 (2025-10-23)
v1.0.0-alpha.94
1.0.0-alpha.94 (2025-10-23)
Bug Fixes
- Bundle vscode-* dependencies as they are cjs and need to be transpiled (b883984)
v1.0.0-alpha.93
1.0.0-alpha.93 (2025-10-22)
Features
Bug Fixes
- explicitly set stdio flags for puya service (65f8657)
- Refactor source file paths to be absolute (d29f7ae)
- Revert unintened change to error messsage for unsupported inequality operator (19cf669)
- use stderr for initial language server output so that it doesn't interfere with stdout (76fa74c)
- Wait for compiler loop to complete before shutting down and ignore change events when stopping (fdf3213)
v1.0.0-alpha.92
1.0.0-alpha.92 (2025-10-22)
v1.0.0-alpha.91
v1.0.0-beta.73
1.0.0-beta.73 (2025-10-20)
Features
v1.0.0-alpha.90
1.0.0-alpha.90 (2025-10-20)
Features
- add dynamic ABI validation (#280) (575635e)
- add ability to control ABI validation behaviour via the abimethod decorator
- add option to validate when calling convertBytes, along with
validateEncodingmethod - update puya backend version to 5.3.2
- add
--validate-abi-argsand--validate-abi-returncli flags - log puya-ts and puya versions when compiling
v1.0.0-alpha.89
1.0.0-alpha.89 (2025-10-15)
Bug Fixes
- Use unique name per temp dir rather than nesting in ./puya-ts dir to avoid permissions issues (b3059f4)