Skip to content

Releases: algorandfoundation/algokit-utils-ts

v8.1.0-beta.1

19 Dec 15:10
ebd8131
Compare
Choose a tag to compare
v8.1.0-beta.1 Pre-release
Pre-release

8.1.0-beta.1 (2024-12-19)

Features

v8.0.3

19 Dec 02:01
6b3efc4
Compare
Choose a tag to compare

8.0.3 (2024-12-19)

Bug Fixes

  • allow passing boxname when getting box value (6829add)
  • correct the account type (fa9382f)
  • replace JSON.stringify to handle bigint (10a1936)

v8.0.3-beta.2

18 Dec 09:04
98f91c6
Compare
Choose a tag to compare
v8.0.3-beta.2 Pre-release
Pre-release

8.0.3-beta.2 (2024-12-18)

Bug Fixes

  • correct the account type (fa9382f)

v8.0.3-beta.1

14 Dec 12:51
0611b81
Compare
Choose a tag to compare
v8.0.3-beta.1 Pre-release
Pre-release

8.0.3-beta.1 (2024-12-14)

Bug Fixes

  • allow passing boxname when getting box value (6829add)
  • replace JSON.stringify to handle bigint (10a1936)

v8.0.2

09 Dec 17:11
8399514
Compare
Choose a tag to compare

8.0.2 (2024-12-09)

Bug Fixes

  • align signer account to the type (eaf046e)

v8.0.2-beta.1

09 Dec 13:08
648081d
Compare
Choose a tag to compare
v8.0.2-beta.1 Pre-release
Pre-release

8.0.2-beta.1 (2024-12-09)

Bug Fixes

  • align signer account to the type (eaf046e)

v8.0.1

06 Dec 14:02
2c6a0d6
Compare
Choose a tag to compare

8.0.1 (2024-12-06)

Bug Fixes

  • make skipSignatures usage clearer (3cca08a)
  • resolve signer when using an app factory (b6044cb)

v8.0.1-beta.1

06 Dec 13:27
0007131
Compare
Choose a tag to compare
v8.0.1-beta.1 Pre-release
Pre-release

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

Bug Fixes

  • make skipSignatures usage clearer (3cca08a)
  • resolve signer when using an app factory (b6044cb)

v7.0.1

06 Dec 16:33
a57122a
Compare
Choose a tag to compare

7.0.1 (2024-12-06)

Bug Fixes

  • some signing and simulate issues (59bb86a)
  • update NPM readme links (9d81c71)

v8.0.0

25 Nov 06:04
00ba553
Compare
Choose a tag to compare

8.0.0 (2024-11-25)

⚠ BREAKING CHANGES

Whilst we aim to minimise breaking changes by slowly deprecating features, unfortunately there are situations where they are required. We have been diligent and provided JSDoc deprecations where we can, however there are some scenarios where we've needed to make breaking changes. These breaking changes, along with the migrations paths are documented in the migration guide, which we recommend using to help with your migration.

Details:

  • Old indexer types deprecated and new types from algosdk@3 have breaking changes
  • Many breaking changes due to updating to algosdk@3. See algosdk migration guide

Features