Releases: tact-lang/tact
Releases Β· tact-lang/tact
Release 1.1.0-beta.6
Changed
- Optimization of gas usage of low level primitives
Release 1.1.0-beta.5
Changed
- Optimization of
String.asComment()
that tries to compute it compile time if possible
Release 1.1.0-beta.4
Added
- Ability to compare cells
Fixed
- Fixed contract crash when equality check involving nullable variables
Changed
- Change logic of
&&
and||
. Now second argument is not calculated when first argument isfalse
ortrue
respectively.
Release 1.1.0-beta.3
Added
emit
function to emit events
Fixed
- Fixed possible inconsistent behaviour when calling mutating get methods from inside of the contract
- Fixed regression of order of functions in generated files
Release 1.1.0-beta.2
Changed
- Tact now emits func in multiple files, optimized not only for blockchain, but also for human
Release 1.1.0-beta.1
Fixed
- Some functions for deep structures with optionals not emitted
- Crash in bindings generator on boolean value in dictionary
Release 1.1.0-beta.0
Fixed
overwrites
->override
- Invalid
check
function error generation - Error message for
address(0)
Release 1.0.0
Added
sender()
function to get message sender address
Release 1.0.0-rc.13
Changed
- Upgrade
func
to0.4.2
Fixed
- Windows paths support
Release 1.0.0-rc.12
Fixed
pow
is now compile-only function
Changed
- Use new FunC wasm bundle