Skip to content

Releases: algorandfoundation/algokit-client-generator-ts

v2.2.1

15 Jun 03:46
9d46bf6
Compare
Choose a tag to compare

2.2.1 (2023-06-15)

Bug Fixes

  • add missing desc field to ABI schema (#30) (17d85ba)
  • use anyOf when validating default constants in ARC-0032 schema (#31) (8d7e43a)

Dependencies and Other Build Updates

  • trigger a Publish workflow from Prod Publish (#29) (0efea6c)

v2.2.1-beta.3

15 Jun 03:35
17d85ba
Compare
Choose a tag to compare
v2.2.1-beta.3 Pre-release
Pre-release

2.2.1-beta.3 (2023-06-15)

Bug Fixes

  • add missing desc field to ABI schema (#30) (17d85ba)

v2.2.1-beta.2

15 Jun 03:13
8d7e43a
Compare
Choose a tag to compare
v2.2.1-beta.2 Pre-release
Pre-release

2.2.1-beta.2 (2023-06-15)

Bug Fixes

  • use anyOf when validating default constants in ARC-0032 schema (#31) (8d7e43a)

v2.2.1-beta.1

14 Jun 07:42
0efea6c
Compare
Choose a tag to compare
v2.2.1-beta.1 Pre-release
Pre-release

2.2.1-beta.1 (2023-06-14)

Dependencies and Other Build Updates

  • trigger a Publish workflow from Prod Publish (#29) (0efea6c)

v2.2.0

14 Jun 06:27
934759a
Compare
Choose a tag to compare

2.2.0 (2023-06-14)

Features

  • enhance the addTransaction method of the composer to take a wider variety of transaction formats to improve its utility (bae01d0)

Bug Fixes

  • support abi methods with parameters of type asset (b6cb005)
  • use algosdk functions when getting equivalent types from strings (c2158a6)

Dependencies and Other Build Updates

v2.2.0-beta.4

14 Jun 06:16
566c00f
Compare
Choose a tag to compare
v2.2.0-beta.4 Pre-release
Pre-release

2.2.0-beta.4 (2023-06-14)

Dependencies and Other Build Updates

v2.2.0-beta.3

14 Jun 03:27
4f40805
Compare
Choose a tag to compare
v2.2.0-beta.3 Pre-release
Pre-release

2.2.0-beta.3 (2023-06-14)

Bug Fixes

  • use algosdk functions when getting equivalent types from strings (c2158a6)

v2.2.0-beta.2

13 Jun 17:55
795da41
Compare
Choose a tag to compare
v2.2.0-beta.2 Pre-release
Pre-release

2.2.0-beta.2 (2023-06-13)

Bug Fixes

  • support abi methods with parameters of type asset (b6cb005)

v2.2.0-beta.1

13 Jun 17:06
7bc052f
Compare
Choose a tag to compare
v2.2.0-beta.1 Pre-release
Pre-release

2.2.0-beta.1 (2023-06-13)

Features

  • enhance the addTransaction method of the composer to take a wider variety of transaction formats to improve its utility (bae01d0)

v2.1.0

07 Jun 01:35
c6b4fc3
Compare
Choose a tag to compare

2.1.0 (2023-06-07)

Features

  • add a fluent api for composing multiple transactions powered by the atomic tranaction composer underneath (f5dd60a)