Skip to content

Releases: algorandfoundation/puya-ts

v1.0.0-beta.74

24 Oct 16:54
184c307

Choose a tag to compare

v1.0.0-beta.74 Pre-release
Pre-release

1.0.0-beta.74 (2025-10-24)

Features

  • use --validate-abi-return option when getting an ABI result from abiCall (edc1c78)

v1.0.0-alpha.96

24 Oct 15:55
7c3fb40

Choose a tag to compare

v1.0.0-alpha.96 Pre-release
Pre-release

1.0.0-alpha.96 (2025-10-24)

Features

  • use --validate-abi-return option when getting an ABI result from abiCall (3f7bf98)

v1.0.0-alpha.95

23 Oct 07:10
5cd8967

Choose a tag to compare

v1.0.0-alpha.95 Pre-release
Pre-release

1.0.0-alpha.95 (2025-10-23)

v1.0.0-alpha.94

23 Oct 06:09

Choose a tag to compare

v1.0.0-alpha.94 Pre-release
Pre-release

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

22 Oct 23:45

Choose a tag to compare

v1.0.0-alpha.93 Pre-release
Pre-release

1.0.0-alpha.93 (2025-10-22)

Features

  • Code fix for arc4 clone and replace == with === (7f9a978)
  • Code fixes (37e270f)

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

22 Oct 02:57
bbfb635

Choose a tag to compare

v1.0.0-alpha.92 Pre-release
Pre-release

1.0.0-alpha.92 (2025-10-22)

v1.0.0-alpha.91

21 Oct 06:00
8e51b57

Choose a tag to compare

v1.0.0-alpha.91 Pre-release
Pre-release

1.0.0-alpha.91 (2025-10-21)

Features

v1.0.0-beta.73

20 Oct 17:01
e820bfe

Choose a tag to compare

v1.0.0-beta.73 Pre-release
Pre-release

1.0.0-beta.73 (2025-10-20)

Features

  • add dynamic ABI validation (#281) (e820bfe)
  • add ability to control ABI validation behaviour via the abimethod decorator
  • add validateEncoding method
  • update puya backend version to 4.11.0
  • add --validate-abi-args and --validate-abi-return cli flags
  • log puya-ts and puya versions when compiling

v1.0.0-alpha.90

20 Oct 15:47
575635e

Choose a tag to compare

v1.0.0-alpha.90 Pre-release
Pre-release

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 validateEncoding method
  • update puya backend version to 5.3.2
  • add --validate-abi-args and --validate-abi-return cli flags
  • log puya-ts and puya versions when compiling

v1.0.0-alpha.89

15 Oct 18:33

Choose a tag to compare

v1.0.0-alpha.89 Pre-release
Pre-release

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)