Skip to content

Releases: algorandfoundation/puya-ts

v1.0.0-alpha.78

28 Aug 18:10

Choose a tag to compare

v1.0.0-alpha.78 Pre-release
Pre-release

1.0.0-alpha.78 (2025-08-28)

⚠ BREAKING CHANGES

  • Replace checked boolean on bytes.toFixed method with string enum to make behaviour more explicit

refactor

  • Replace checked boolean on bytes.toFixed method with string enum to make behaviour more explicit (3a06892)

Features

  • Add new shorthand readonly decorator and rename arc4EncodedLength to sizeOf (06b555f)

v1.0.0-alpha.77

16 Aug 01:37

Choose a tag to compare

v1.0.0-alpha.77 Pre-release
Pre-release

1.0.0-alpha.77 (2025-08-16)

Bug Fixes

  • Checked flag of toFixed was being incorrectly evaluated (cbbe807)

v1.0.0-alpha.76

12 Aug 18:40

Choose a tag to compare

v1.0.0-alpha.76 Pre-release
Pre-release

1.0.0-alpha.76 (2025-08-12)

Bug Fixes

  • Ensure ops which only support boolean values on the AVM receive only boolean values (4894f42)

v1.0.0-alpha.75

09 Aug 01:16

Choose a tag to compare

v1.0.0-alpha.75 Pre-release
Pre-release

1.0.0-alpha.75 (2025-08-09)

Bug Fixes

  • Remove unnecessary restriction on empty tuples (28d5738)

v1.0.0-alpha.74

08 Aug 03:17
b787bd1

Choose a tag to compare

v1.0.0-alpha.74 Pre-release
Pre-release

1.0.0-alpha.74 (2025-08-08)

v1.0.0-alpha.73

06 Aug 17:40

Choose a tag to compare

v1.0.0-alpha.73 Pre-release
Pre-release

1.0.0-alpha.73 (2025-08-06)

Bug Fixes

  • Don't implicitly load type declarations from the working directory (0c4e0f7)

v1.0.0-alpha.72

05 Aug 06:53

Choose a tag to compare

v1.0.0-alpha.72 Pre-release
Pre-release

1.0.0-alpha.72 (2025-08-05)

v1.0.0-alpha.71

05 Aug 01:59
ccab1f2

Choose a tag to compare

v1.0.0-alpha.71 Pre-release
Pre-release

1.0.0-alpha.71 (2025-08-05)

v1.0.0-alpha.70

04 Aug 03:36

Choose a tag to compare

v1.0.0-alpha.70 Pre-release
Pre-release

1.0.0-alpha.70 (2025-08-04)

Bug Fixes

  • allow explicit (checked) construction of Bytes from bytes (e16e7e1)

v1.0.0-alpha.69

01 Aug 04:42

Choose a tag to compare

v1.0.0-alpha.69 Pre-release
Pre-release

1.0.0-alpha.69 (2025-08-01)

Features

  • add resourceEncoding property to abi method config (27ddabd)
  • Allow resource encoding to be specified at a contract level and update typed c2c logic to respect the chosen encoding (e938010)
  • allow resourceEncoding to be passed in as a cli argument (d0d77f0)

Bug Fixes

  • allow LocalState to be assigned to a local variable (1841e04)
  • Ensure arc4 clone validation runs when reading from dynamically constructed state proxies, and improve source location data on state expressions (64f0ef3)