Releases: algorandfoundation/algokit-client-generator-py
Releases · algorandfoundation/algokit-client-generator-py
v1.0.3
What's Changed
- build: updating utils dependency by @aorumbayev in #15
New Contributors
- @aorumbayev made their first contribution in #15
Full Changelog: v1.0.2...v1.0.3
v1.0.3-beta.1
v1.0.3-beta.1
v1.0.2
v1.0.2-beta.1
v1.0.1
v1.0.0
v1.0.0-beta.1
v0.1.1-beta.1
v0.1.0
Feature
- Add compose functionality to generated clients (#9) (
98b8d4d
) - Add additional doc strings (
b900d56
) - Generate client method docstrings (
a0f3ace
) - Expand supported types (
5a23813
) - Forward commonly used properties (
2b4873b
) - Support for named structs (
d05e79b
) - Convert special methods from overloads to prefixed names (
0aa67e6
) - Improve CLI parsing robustness (
046f88e
) - Enable running as a CLI (
7d12057
) - Add algokit typed client generator (
1831730
)
Fix
- Use logger instead of print (
109bffb
) - Remove GenerationSettings (
3340a39
) - Reduce type warnings (
b3f2e5e
) - Use names derived from ABI signature if overloads (
a9fec9c
) - Rename CLI alias to algokitgen-py (
f968dd0
) - Map byte[] to bytes (#3) (
68bdee3
)