Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 06 Jun 11:50
· 76 commits to main since this release

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