Skip to content

Releases: algorandfoundation/algokit-client-generator-ts

v3.0.0-beta.2

12 Feb 09:34
2910824
Compare
Choose a tag to compare
v3.0.0-beta.2 Pre-release
Pre-release

3.0.0-beta.2 (2024-02-12)

v3.0.0-beta.1

09 Feb 01:33
1dc392e
Compare
Choose a tag to compare
v3.0.0-beta.1 Pre-release
Pre-release

3.0.0-beta.1 (2024-02-09)

⚠ BREAKING CHANGES

  • state properties, and method args (making use of the object option rather than tuples) will now use camelCase names instead of just being a javascript safe version of the source names

Features

  • Add cli option to preserve naming found in the application.json spec (fa96128)
  • Sanitise state properties and method arguments according to the selected sanitization strategy (d3cca63)

Dependencies and Other Build Updates

  • Include 'module' and 'type' in package.json (1bf5b7f)
  • Use commonjs by default in package for better backward compatibility (be696a9)

v2.6.1-beta.1

05 Feb 17:34
Compare
Choose a tag to compare
v2.6.1-beta.1 Pre-release
Pre-release

2.6.1-beta.1 (2024-02-05)

Dependencies and Other Build Updates

  • Update deps and modernise package to use esmodules (dbac1d2)
  • Use node 20 (b3ceed1)

v2.6.0

02 Feb 00:01
665e09f
Compare
Choose a tag to compare

2.6.0 (2024-02-02)

Features

  • Supporting the ability to add sending-time parameters to execute within a compose call chain (cbdfa9f)

v2.6.0-beta.1

01 Feb 18:13
5103332
Compare
Choose a tag to compare
v2.6.0-beta.1 Pre-release
Pre-release

2.6.0-beta.1 (2024-02-01)

Features

  • Supporting the ability to add sending-time parameters to execute within a compose call chain (cbdfa9f)

v2.5.0

26 Jan 03:57
0845677
Compare
Choose a tag to compare

2.5.0 (2024-01-26)

Features

  • Allow options to be passed to simulate calls on the transaction composer, and properly type the return values (88e3571)

v2.5.0-beta.1

26 Jan 03:48
aa43139
Compare
Choose a tag to compare
v2.5.0-beta.1 Pre-release
Pre-release

2.5.0-beta.1 (2024-01-26)

Features

  • Allow options to be passed to simulate calls on the transaction composer, and properly type the return values (88e3571)

v2.4.1

25 Jan 06:05
22dbf00
Compare
Choose a tag to compare

2.4.1 (2024-01-25)

Bug Fixes

  • Correcting the return type of create and update calls, fixes #89 (2e6f2fc)

Dependencies and Other Build Updates

  • Updating download-artifact to v4 (4440150)

v2.4.1-beta.1

25 Jan 05:21
4440150
Compare
Choose a tag to compare
v2.4.1-beta.1 Pre-release
Pre-release

2.4.1-beta.1 (2024-01-25)

Bug Fixes

  • Correcting the return type of create and update calls, fixes #89 (2e6f2fc)

Dependencies and Other Build Updates

  • Updating download-artifact to v4 (4440150)

v2.4.0

17 Jan 03:55
356372e
Compare
Choose a tag to compare

2.4.0 (2024-01-17)

Features

  • Refactor index.ts to export key functions instead of invoking the cli implicitly so the functions can be consumed as a library (c866eb4)