Skip to content

Releases: PhearZero/TEALScript

v1.1.0-beta.1

28 Sep 03:16
Compare
Choose a tag to compare
v1.1.0-beta.1 Pre-release
Pre-release

1.1.0-beta.1 (2023-09-28)

Features

  • replace version.ts on release (091b70f)

v1.0.0

28 Sep 03:02
Compare
Choose a tag to compare

1.0.0 (2023-09-28)

Bug Fixes

  • "int 1" in clear program (fixes #111) (8a9a60c)
  • ** -> exp (9ff2765)
  • add return to clear program with methods (76fe8c7)
  • fix Address.fromBytes (2181bc3)
  • improve comments in TEAL (dafe152)
  • make configAssetDecimals optional (5fa30a4)
  • make onCompletion optional (08c03e5)
  • nested ternary (f493a9c)
  • proper >> and << support (2a104bb)
  • replace bytes with byte[] in abi method call (28b8f46)
  • rm empty line for variable-less callsubs (d0ca5b1)
  • subroutines in clearState (fixes #110) (03505aa)
  • use json import (69c9bb2)
  • use proper key in declared state (4dfa95b)
  • write multiple lines in addSourceComment (4b85f22)

Features

  • add version constant and script (d8d2230)
  • allow non-abi routing (488899c)
  • comments in abi_route branches (148d581)
  • fromIndex -> fromID (4215d6f)
  • json srcMap (63e049a)
  • make fee optional for itxns, default to 0 (0bc5551)
  • max-keys for state-maps (7c9c2ab)
  • non-bare action methods by default (680f644)
  • pad string with empty bytes instead of space (092d5a4)
  • support abi method calls with txn args (eeae8d8)
  • tempalte variables (dd72931)
  • this.pendingGroup for group itxns (108ce0d)
  • throw error if clearState has arguments (c688d1e)

Reverts

v1.0.0-beta.1

28 Sep 02:59
Compare
Choose a tag to compare
v1.0.0-beta.1 Pre-release
Pre-release

1.0.0-beta.1 (2023-09-28)

Bug Fixes

  • "int 1" in clear program (fixes #111) (8a9a60c)
  • ** -> exp (9ff2765)
  • add return to clear program with methods (76fe8c7)
  • fix Address.fromBytes (2181bc3)
  • improve comments in TEAL (dafe152)
  • make configAssetDecimals optional (5fa30a4)
  • make onCompletion optional (08c03e5)
  • nested ternary (f493a9c)
  • proper >> and << support (2a104bb)
  • replace bytes with byte[] in abi method call (28b8f46)
  • rm empty line for variable-less callsubs (d0ca5b1)
  • subroutines in clearState (fixes #110) (03505aa)
  • use json import (69c9bb2)
  • use proper key in declared state (4dfa95b)
  • write multiple lines in addSourceComment (4b85f22)

Features

  • add version constant and script (d8d2230)
  • allow non-abi routing (488899c)
  • comments in abi_route branches (148d581)
  • fromIndex -> fromID (4215d6f)
  • json srcMap (63e049a)
  • make fee optional for itxns, default to 0 (0bc5551)
  • max-keys for state-maps (7c9c2ab)
  • non-bare action methods by default (680f644)
  • pad string with empty bytes instead of space (092d5a4)
  • support abi method calls with txn args (eeae8d8)
  • tempalte variables (dd72931)
  • this.pendingGroup for group itxns (108ce0d)
  • throw error if clearState has arguments (c688d1e)

Reverts