Releases: algorandfoundation/puya-ts
Releases · algorandfoundation/puya-ts
v1.0.0-beta.71
1.0.0-beta.71 (2025-06-23)
v1.0.0-alpha.62
1.0.0-alpha.62 (2025-05-22)
Bug Fixes
- Fix issue with type resolver not being able to resolve aliases for algo-ts types (eg. type X = bytes<32>) (30e1ddb)
v1.0.0-alpha.61
1.0.0-alpha.61 (2025-05-21)
Features
- Introduce ItxnCompose type for composing variable length transaction groups (9ab4bec)
v1.0.0-alpha.60
1.0.0-alpha.60 (2025-05-21)
Features
- Add length generic to bytes type for declaring statically sized byte sequences (13292cd)
v1.0.0-alpha.59
v1.0.0-beta.70
1.0.0-beta.70 (2025-05-12)
v1.0.0-alpha.58
1.0.0-alpha.58 (2025-05-12)
Bug Fixes
- Don't error when looking up arc4 config on contracts which have no arc4 methods (04526bf)
v1.0.0-alpha.57
1.0.0-alpha.57 (2025-05-12)
Bug Fixes
- Ignore ClusteredContractClassType when searching for arc4 config (550016e)
v1.0.0-alpha.56
1.0.0-alpha.56 (2025-05-12)
Bug Fixes
- Don't attempt to combine source locations for array literal expressions as constant inlining can result in source locations spanning multiple files (4082e89)
v1.0.0-alpha.55
1.0.0-alpha.55 (2025-05-09)
Features
- Include a
ref
property on theBox
proxy type which can be used to directly access box bytes (49555da)