Releases: algorandfoundation/algokit-client-generator-py
Releases · algorandfoundation/algokit-client-generator-py
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)
Documentation
v0.1.0-beta.9
v0.1.0-beta.11
Documentation
- Update README.md (
fb197c0)
v0.1.0-beta.10
v0.1.0-beta.10
v0.1.0-beta.8
Feature
- Add additional doc strings (
b900d56)
v0.1.0-beta.7
v0.1.0-beta.6
v0.1.0-beta.5
Fix
- Use names derived from ABI signature if overloads (
a9fec9c)