Skip to content

Releases: algorandfoundation/algokit-utils-ts

v1.0.0-beta.8

16 Mar 01:32
Compare
Choose a tag to compare
v1.0.0-beta.8 Pre-release
Pre-release

1.0.0-beta.8 (2023-03-16)

Features

  • deploy-app: Added operationPerformed parameter (85788ac)

Bug Fixes

  • (deploy-app): Resolving some problems with the new operationPerformed property (e547812)
  • Fixing incorrect type that was used in app spec (7364f4e)

Dependencies and Other Build Updates

  • Getting full diff to understand why CI docs output differs from local (15b913e)
  • Getting full docs diff on release.yml (d2fc72e)
  • Publishing npm from dist folder to resolve changei n build to remove dist nesting (2a5b9ea)
  • Reverting changes to doc gen diff (239fefa)
  • Running release in dist folder to remove dist from the import path (8f1caf1)

v1.0.0-beta.7

15 Mar 09:01
Compare
Choose a tag to compare
v1.0.0-beta.7 Pre-release
Pre-release

1.0.0-beta.7 (2023-03-15)

Dependencies and Other Build Updates

  • Added check_docs to release.yml (b3474c8)
  • Added missing checkout command (00a56d2)
  • Adding check for docs being up to date (c8c819d)
  • Tweaking code diff (5283010)

v1.0.0-beta.6

14 Mar 18:45
Compare
Choose a tag to compare
v1.0.0-beta.6 Pre-release
Pre-release

1.0.0-beta.6 (2023-03-14)

Features

  • app: Added ABI return value parsing (b2a7bee)
  • app: Added ABI support to app call args (0120fc4)
  • application-client: Added working ABI call support to ApplicationClient, added more implementation and added initial test coverage (37d2ee2)
  • app: Throw exception if deploy-time update/delete is requested, but not present (a4bde8c)
  • transaction: Add ability to use TransactionSigner to sign single and group transactions (f473745)

Dependencies and Other Build Updates

v1.0.0-beta.5

14 Mar 05:13
750daab
Compare
Choose a tag to compare
v1.0.0-beta.5 Pre-release
Pre-release

1.0.0-beta.5 (2023-03-14)

Dependencies and Other Build Updates

  • Generate markdown code docs (b75e3eb)
  • Update typedoc version (34800c9)

v1.0.0-beta.4

13 Mar 18:34
Compare
Choose a tag to compare
v1.0.0-beta.4 Pre-release
Pre-release

1.0.0-beta.4 (2023-03-13)

Features

  • application-client: Added initial draft implementation of application client (43b319c)

v1.0.0-beta.3

13 Mar 16:51
Compare
Choose a tag to compare
v1.0.0-beta.3 Pre-release
Pre-release

1.0.0-beta.3 (2023-03-13)

Features

  • app: Finished test coverage of deployApp (38286d8)

Dependencies and Other Build Updates

  • deps-dev: bump eslint from 8.35.0 to 8.36.0 (2e7e5b6)

v1.0.0-beta.2

13 Mar 11:49
Compare
Choose a tag to compare
v1.0.0-beta.2 Pre-release
Pre-release

1.0.0-beta.2 (2023-03-13)

Features

  • app: Added another test (24e4f50)
  • app: Added first test for deployApp (3a47b3c)
  • app: Added initial test for deployApp (59021f7)
  • app: Added more testing of deployApp (c029cad)
  • app: More test coverage of deployApp and some fixes (adea611)
  • app: More testing of deployApp (c375123)

Dependencies and Other Build Updates

  • Fixing invalid build config (3b4e862)
  • GitHub action source changes have been merged (91672cf)
  • Relaxing commitlint (29b9e10)
  • Remove redundant parameter (4edaa90)

v1.0.0-beta.1

12 Mar 05:56
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2023-03-12)

Features

  • Added all exports (89f979b)
  • Added transaction with testing (571952a)
  • app: Added deployApp implementation, extracted out algod types (68d5fdd)
  • app: Added initial app (create, update, call) functions, lookupAccountCreatedApplicationByAddress and searchTransactions (b5fd6ca)
  • app: Extracted app deployment code separately and added testing of getCreatorAppsByName (562c4b3)
  • initial commit (788522d)
  • initial shell (69fd093)
  • logging: Added config/logging (e6bfbaa)
  • multisig: Added multisig support (5d86474)
  • semantic releases (a3628f3)
  • support semantic releasing (b0079cc)

Bug Fixes

  • missing commit lint config file (5ada423)
  • test pattern so it definitely skips node_modules (4a58e65)

Dependencies and Other Build Updates

  • Added python version (413cd7b)
  • allow publish action to write (814ef29)
  • Correcting error in semantic-release config (f66a0f6)
  • Ensuring semantic release runs within the context of a git clone (c8e712c)
  • Ensuring that the packages for release are present (14b07b4)
  • Fixing config (5b9d6c9)
  • Fixing config (50d8ec8)
  • Fixing incorrect config (8c56022)
  • Fixing incorrect working directory for release (da9bbcc)
  • Fixing problem with artifact directory (14c605d)
  • Fixing semantic version tagging for main branch (fcb6bb1)
  • map npm token to reusable action (f8b8f94)
  • Removing python (cbb7cfa)
  • Setting channel as beta for main branch (df348f9)
  • Tweaking commitlint (dadfcdd)
  • Tweaks to release process (efdafdb)
  • Update commit lint (c52b5a4)
  • using node 18 (cc094fc)