Skip to content

Releases: algorandfoundation/puya-ts

v1.0.0-alpha.88

14 Oct 05:18

Choose a tag to compare

v1.0.0-alpha.88 Pre-release
Pre-release

1.0.0-alpha.88 (2025-10-14)

Features

  • add validate-abi-values and validate-abi-dynamic-severity CLI options (92515d2)
  • update puya to 5.2.0 (6b27f84)

v1.0.0-alpha.87

01 Oct 07:29
fe81fa1

Choose a tag to compare

v1.0.0-alpha.87 Pre-release
Pre-release

1.0.0-alpha.87 (2025-10-01)

v1.0.0-alpha.86

23 Sep 09:54
cb9c3a1

Choose a tag to compare

v1.0.0-alpha.86 Pre-release
Pre-release

1.0.0-alpha.86 (2025-09-23)

v1.0.0-alpha.85

23 Sep 08:11
104706a

Choose a tag to compare

v1.0.0-alpha.85 Pre-release
Pre-release

1.0.0-alpha.85 (2025-09-23)

Bug Fixes

  • accept non-literal uint64 parameters to bzero function (01bdc16)
  • return 0x for bytes() and bzero(n) for bytes<n>() (6d43aaa)
  • throw error with fixed sized bytes value is passed to op code expecting a different size (bced579)
  • typo (88310a4)

v1.0.0-alpha.84

18 Sep 03:03
929b6bb

Choose a tag to compare

v1.0.0-alpha.84 Pre-release
Pre-release

1.0.0-alpha.84 (2025-09-18)

Features

  • update langspec to v4.3.0 (c8ab457)

v1.0.0-alpha.83

17 Sep 10:14
85def00

Choose a tag to compare

v1.0.0-alpha.83 Pre-release
Pre-release

1.0.0-alpha.83 (2025-09-17)

Bug Fixes

  • error message was changed in resource encoding test (2d28ebd)

v1.0.0-alpha.82

16 Sep 03:55
b3da9dd

Choose a tag to compare

v1.0.0-alpha.82 Pre-release
Pre-release

1.0.0-alpha.82 (2025-09-16)

Features

  • make BoxRef methods directly accessible on Box class (705c71b)

v1.0.0-alpha.81

11 Sep 10:04
fcd8c33

Choose a tag to compare

v1.0.0-alpha.81 Pre-release
Pre-release

1.0.0-alpha.81 (2025-09-11)

Features

  • replace .native property with .as_uint64() and .as_biguint() methods in arc4.Uint (bd4b9be)

Bug Fixes

v1.0.0-alpha.80

04 Sep 05:38
3271737

Choose a tag to compare

v1.0.0-alpha.80 Pre-release
Pre-release

1.0.0-alpha.80 (2025-09-04)

Features

  • changes to support node 20 (b60d4ba)
  • consistent awst serialization (8522b42)
  • set minNodeVersion to v20-lts (cc618a6)
  • type-safe Set.prototype.union polyfill (ab8b4c6)

Bug Fixes

  • rename artifact folders to not have node version as package root for semantic release is set without node version (6f67d58)

v1.0.0-alpha.79

01 Sep 08:49
d45d866

Choose a tag to compare

v1.0.0-alpha.79 Pre-release
Pre-release

1.0.0-alpha.79 (2025-09-01)

Features

  • Refactor typed abiCall helper to support type only imports (c7f6942)