Skip to content

Releases: algorandfoundation/puya-ts

v1.0.0-beta.71

23 Jun 10:24
c8bd411
Compare
Choose a tag to compare
v1.0.0-beta.71 Pre-release
Pre-release

1.0.0-beta.71 (2025-06-23)

v1.0.0-alpha.62

22 May 21:40
Compare
Choose a tag to compare
v1.0.0-alpha.62 Pre-release
Pre-release

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

21 May 20:11
Compare
Choose a tag to compare
v1.0.0-alpha.61 Pre-release
Pre-release

1.0.0-alpha.61 (2025-05-21)

Features

  • Introduce ItxnCompose type for composing variable length transaction groups (9ab4bec)

v1.0.0-alpha.60

21 May 18:56
Compare
Choose a tag to compare
v1.0.0-alpha.60 Pre-release
Pre-release

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

13 May 00:38
Compare
Choose a tag to compare
v1.0.0-alpha.59 Pre-release
Pre-release

1.0.0-alpha.59 (2025-05-13)

Features

  • Add support for box maps with composite key types (a73a743)

v1.0.0-beta.70

12 May 17:16
Compare
Choose a tag to compare
v1.0.0-beta.70 Pre-release
Pre-release

1.0.0-beta.70 (2025-05-12)

v1.0.0-alpha.58

12 May 23:56
Compare
Choose a tag to compare
v1.0.0-alpha.58 Pre-release
Pre-release

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

12 May 18:28
Compare
Choose a tag to compare
v1.0.0-alpha.57 Pre-release
Pre-release

1.0.0-alpha.57 (2025-05-12)

Bug Fixes

  • Ignore ClusteredContractClassType when searching for arc4 config (550016e)

v1.0.0-alpha.56

12 May 18:07
Compare
Choose a tag to compare
v1.0.0-alpha.56 Pre-release
Pre-release

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

09 May 18:35
Compare
Choose a tag to compare
v1.0.0-alpha.55 Pre-release
Pre-release

1.0.0-alpha.55 (2025-05-09)

Features

  • Include a ref property on the Box proxy type which can be used to directly access box bytes (49555da)