Releases: algorandfoundation/algokit-client-generator-ts
Releases · algorandfoundation/algokit-client-generator-ts
v3.0.4-beta.1
v3.0.3
v3.0.3-beta.1
v3.0.2
v3.0.2-beta.2
3.0.2-beta.2 (2024-04-05)
Dependencies and Other Build Updates
- Add a test that confirms contracts with no abi methods work (b15e862)
v3.0.2-beta.1
3.0.2-beta.1 (2024-04-05)
Bug Fixes
- Don't emit invalid typescript for contracts which have no abi methods (9264939)
v3.0.1
v3.0.1-beta.2
3.0.1-beta.2 (2024-03-20)
v3.0.1-beta.1
v3.0.0
3.0.0 (2024-02-12)
⚠ BREAKING CHANGES
- state properties, and method args (making use of the object option rather than tuples) will now use camelCase names instead of just being a javascript safe version of the source names
Features
- Add cli option to preserve naming found in the application.json spec (fa96128)
- Sanitise state properties and method arguments according to the selected sanitization strategy (d3cca63)