Skip to content

Latest commit

 

History

History
104 lines (56 loc) · 6 KB

CHANGELOG.md

File metadata and controls

104 lines (56 loc) · 6 KB

Changelog

v1.1.7 (2024-08-08)

v1.1.6 (2024-08-01)

Fix

  • Additional changes to address mypy 'call-overload'; adding cron for ci (#29) (d3a64f7)
  • Addressing mypy 'call-overload' warning with explicit typecast (#28) (ffa9f23)

v1.1.5 (2024-06-13)

Fix

  • Set explicit utf-8 encoding as part of writer invocation (#27) (002de46)

v1.1.4 (2024-05-13)

Fix

  • Ensure clients generated for contracts with no abi methods are still valid python (a3e1c8b)

v1.1.3 (2024-03-27)

v1.1.2 (2024-02-06)

v1.1.1 (2024-01-08)

v1.1.0 (2023-12-14)

Feature

  • Add support for simulating an atc (#17) (6135632)

Fix

v1.0.3 (2023-10-17)

v1.0.2 (2023-06-23)

Fix

v1.0.1 (2023-06-13)

Fix

  • Add support for reference type aliases (#12) (0d5a5d8)

v1.0.0 (2023-06-06)

Fix

Breaking

v0.1.0 (2023-06-06)

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