Skip to content

Releases: algorandfoundation/algokit-utils-ts

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)