Releases: algorandfoundation/TEALScript
Releases · algorandfoundation/TEALScript
0.15.0
Breaking changes to StaticArrays and storage classes. Also adds ufixedNxM support
uint16
-> uint<16>
uint16<3>
-> StaticArray<uint<16>, 3>
BoxReference
-> BoxKey
GlobalReference
-> GlobalStateKey
LocalReference
-> LocalStateKey
GlobalMap
-> GlobalStateMap
LocalMap
-> LocalStateMap
0.14.0
0.13.0
0.12.1
0.12.0
0.11.0
0.10.2
0.10.1
0.10.0
Features
- Default create behavior: approve NoOps
- Add for and while loops
- Treat booleans as uint64s
- Non-object custom types
- Support global constants
- Create Asset/App instances with
fromIndex
+
with bytes/strings to concat
Bug Fixes
- Fix let usage
- Fix frame-related issues (wrong dupn/proto size)
- Fix opcode return types
- Fix void returns
- ABI types for transaction arguments
- Fix #32
0.9.0
What's Changed
- Update docs
- Added calculator example
- Handle throw expressions
- Removed
Application
,Asset
, andAddress
constructors (replaced with.fromIndex
and.fromBytes
)
Full Changelog: 0.8.2...0.9.0