Releases: PhearZero/TEALScript
Releases · PhearZero/TEALScript
v1.1.0-beta.1
v1.0.0
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
- Revert "0.12.0: appSpec hints and bare_call_config (algorandfoundation#40)" (algorandfoundation#41) (c7e7737), closes #40 #41
v1.0.0-beta.1
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
- Revert "0.12.0: appSpec hints and bare_call_config (algorandfoundation#40)" (algorandfoundation#41) (c7e7737), closes #40 #41