Releases: algorandfoundation/TEALScript
Releases · algorandfoundation/TEALScript
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
0.8.2 - algorandfoundation org
Merge pull request #29 from algorand-devrel/dev 0.8.2 - minor package/README updates
0.8.0 - New Routing
Merge pull request #27 from joe-p/new_routing 0.8.0 - New routing