Releases: algorandfoundation/puya-ts
Releases · algorandfoundation/puya-ts
v1.0.0-alpha.78
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
1.0.0-alpha.77 (2025-08-16)
Bug Fixes
- Checked flag of toFixed was being incorrectly evaluated (cbbe807)
v1.0.0-alpha.76
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
v1.0.0-alpha.74
1.0.0-alpha.74 (2025-08-08)
v1.0.0-alpha.73
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
1.0.0-alpha.72 (2025-08-05)
v1.0.0-alpha.71
1.0.0-alpha.71 (2025-08-05)
v1.0.0-alpha.70
1.0.0-alpha.70 (2025-08-04)
Bug Fixes
- allow explicit (checked) construction of Bytes from bytes (e16e7e1)
v1.0.0-alpha.69
1.0.0-alpha.69 (2025-08-01)
Features
- add
resourceEncodingproperty 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)