Releases: algorandfoundation/TEALScript
Releases · algorandfoundation/TEALScript
0.96.2
- support
.length
on variable-length arrays of dynamic types
0.96.1
- fixes app args
.length
and dynamic indexes
0.96.0
- adds AVM11 incentive opcodes
- fixes bug with boolean encoded when booleans were first in a tuple with other types
0.95.1
- reduces the body size of the
/compile
request by removing comments and trimming all of the lines.
0.95.0
- fixes updating of static values in dynamic box objects
- fixes optimize step treating
//
comments as /
in some edge cases
- adds
globalStateExists
and localStateExists
methods to check existence of external state values
0.94.1
- fixes bug with union types and boolean literals
0.94.0
rawByte
function for extracting a single byte
from a value
- New
Uint<N>
constructor for numeric literals that are larger than Number.MAX_SAFE_INTEGER
which has the same functionality as BigInt
- fixed usage
pushbyte
opcode (now properly pushbytes
)
0.93.0
- add support for emitting ARC56 (draft) JSON
0.92.0
adds ARC56 error messages to .src_map.json