Releases: algorandfoundation/algokit-client-generator-ts
Releases · algorandfoundation/algokit-client-generator-ts
v4.0.0-beta.10
4.0.0-beta.10 (2024-11-25)
⚠ BREAKING CHANGES
- Adding support for utils-ts v7 and v8 and algosdk@3 is a breaking.
Features
v4.0.0-alpha.2
4.0.0-alpha.2 (2024-11-19)
v4.0.0-beta.9
4.0.0-beta.9 (2024-11-11)
v4.0.0-beta.8
4.0.0-beta.8 (2024-11-07)
v4.0.0-beta.7
v4.0.0-beta.6
v4.0.0-beta.5
4.0.0-beta.5 (2024-10-06)
Features
- Added access to AlgorandClient in typed client and factory based on Patrick's feedback (c6bb3b1)
- Added support for uint<53 output types being number rather than bigint (3d6d0e9)
- Improved the findability of method argument and return types for typed client users (726f57e)
Bug Fixes
- Cli was not explicitly closing write stream, instead relying on garbage collection to close it (73a7379)
Dependencies and Other Build Updates
- Refactor update approvals script to generate updated clients instead of relying on
dev
task to have been run beforehand (1ec30f4)
v4.0.0-beta.4
4.0.0-beta.4 (2024-09-29)
Features
- Adding support for patching current tealscript draft ARC-56 support (5fbd47f)