Releases: algorandfoundation/TEALScript
Releases · algorandfoundation/TEALScript
0.51.0
0.50.0
0.49.0
- fixes bugs with objects, primarily nested objects
- optimizes overflow check with bitlen
- adds argparse for CLI arguments
- adds
--unsafe-disable-overflow-checks
flag to disable overflow checks (b&
still used to ensure min width). - optimizes
int x; int y; extract3
toextract x y
- optimizes
byte x; btoi
toint
- fixes non-uint64 indexes on arrays
0.48.0
0.47.1
0.47.0
0.46.1
0.46.0
0.45.0
0.44.0
Application
andAddress
fromIndex
is nowfromID
to remove any potential confusion with Asset/App index vs foreign array index- Add support for template variables
createApplication
,updateApplication
,optInToApplication
,deleteApplication
, andcloseOutOfApplication
are now non-bare methods by default regardless of args. To make them bare, us theallow
decorator.