Releases: algorandfoundation/puya-ts
Releases · algorandfoundation/puya-ts
v1.0.0-beta.19
1.0.0-beta.19 (2025-02-06)
Bug Fixes
- Out dir calculation failing when input path contains * or ** (0bdf39e)
v1.0.0-beta.18
1.0.0-beta.18 (2025-02-06)
Bug Fixes
- Bug with path normalization of bundled dependencies (9e49314)
Dependencies and Other Build Updates
v1.0.0-beta.17
1.0.0-beta.17 (2025-02-05)
Bug Fixes
v1.0.0-beta.16
1.0.0-beta.16 (2025-02-01)
Bug Fixes
- Add missing expression builder for BoxRef.maybe (5901a46)
- Add missing itxn fields and fix compatible type resolution (aa30917)
- allow @contract decorator to be applied to base contract (4eccea8)
- Type resolution of singleton types when used in generics such as with assertMatch statements (5a3a5c8)
- Typo in asset field mapping and add test (c59f287)
Dependencies and Other Build Updates
- Use ts script to install supported puyapy version (daf0bde)
v1.0.0-beta.15
1.0.0-beta.15 (2025-01-29)
v1.0.0-beta.14
1.0.0-beta.14 (2025-01-28)
Features
- Allow arc4 contracts to provide their own approvalProgram implementation, but warn if they don't invoke super.approvalProgram as this would result in no arc4 routing (eccd0ce)
v1.0.0-beta.13
1.0.0-beta.13 (2025-01-21)
Bug Fixes
- ARC4 structs should be immutable for now, we can introduce a mutable base type later if required (2ab223b)
Dependencies and Other Build Updates
- Use latest test-reporting action (6b51ef6)
v1.0.0-beta.12
v1.0.0-beta.11
1.0.0-beta.11 (2025-01-17)
Features
- Improve devex of
op.extract
by supporting 'extract to end' behaviour by omitting the length param (361f06c)