Skip to content

Releases: algorandfoundation/algokit-client-generator-ts

v3.0.4-beta.1

12 Jun 13:11
7a282c8
Compare
Choose a tag to compare
v3.0.4-beta.1 Pre-release
Pre-release

3.0.4-beta.1 (2024-06-12)

Bug Fixes

v3.0.3

02 May 17:18
f2fd94c
Compare
Choose a tag to compare

3.0.3 (2024-05-02)

Bug Fixes

  • Include CoreAppCallArgs on abi op methods (a345bde)

v3.0.3-beta.1

09 Apr 22:38
d0dcf79
Compare
Choose a tag to compare
v3.0.3-beta.1 Pre-release
Pre-release

3.0.3-beta.1 (2024-04-09)

Bug Fixes

  • Include CoreAppCallArgs on abi op methods (a345bde)

v3.0.2

08 Apr 14:19
5d67a69
Compare
Choose a tag to compare

3.0.2 (2024-04-08)

Bug Fixes

  • Don't emit invalid typescript for contracts which have no abi methods (9264939)

Dependencies and Other Build Updates

  • Add a test that confirms contracts with no abi methods work (b15e862)

v3.0.2-beta.2

05 Apr 20:46
Compare
Choose a tag to compare
v3.0.2-beta.2 Pre-release
Pre-release

3.0.2-beta.2 (2024-04-05)

Dependencies and Other Build Updates

  • Add a test that confirms contracts with no abi methods work (b15e862)

v3.0.2-beta.1

05 Apr 20:28
Compare
Choose a tag to compare
v3.0.2-beta.1 Pre-release
Pre-release

3.0.2-beta.1 (2024-04-05)

Bug Fixes

  • Don't emit invalid typescript for contracts which have no abi methods (9264939)

v3.0.1

20 Mar 16:59
1699777
Compare
Choose a tag to compare

3.0.1 (2024-03-20)

Bug Fixes

  • Include schema property in create and deploy calls (9f185e4)

v3.0.1-beta.2

20 Mar 16:36
Compare
Choose a tag to compare
v3.0.1-beta.2 Pre-release
Pre-release

3.0.1-beta.2 (2024-03-20)

v3.0.1-beta.1

19 Mar 19:15
06e169e
Compare
Choose a tag to compare
v3.0.1-beta.1 Pre-release
Pre-release

3.0.1-beta.1 (2024-03-19)

Bug Fixes

  • Include schema property in create and deploy calls (9f185e4)

v3.0.0

12 Feb 09:37
9b6f3fc
Compare
Choose a tag to compare

3.0.0 (2024-02-12)

⚠ 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)
  • Update deps and modernise package to use esmodules (dbac1d2)
  • Use commonjs by default in package for better backward compatibility (be696a9)
  • Use node 20 (b3ceed1)